Adding Google Fonts to WordPress with Enqueue in functions.php

I have frequently added references to the additional CSS and JavaScript files using enqueue within the functions.php file of a WordPress theme. Where possible I have downloaded fonts for use adding them to the site files. There was a time when Firefox would grumble about such inclusions referenced from another server, not served from the […]

Read More… from Adding Google Fonts to WordPress with Enqueue in functions.php

Changing Login Text Username or Email Address

Having disabled email addresses for WordPress login I wanted to change the text, which was shown. On the login dialogue it was showing Username or Email Address above the first textbox. The mention of Email Address was now wrong and misleading. To do this I added the following to the functions.php file add_filter( ‘gettext’, ‘vntweb_user_login’ […]

Read More… from Changing Login Text Username or Email Address