Periodically when you login to WordPress you will receive an email verification notice. While this notice does serve a valid security purpose, for more advanced users it truly is a nag! It's a good idea for WordPress beginners to leave this "Nag" in-place because it reminds them to keep their email associated with the site's Admin login up to date. Many casual users … [Read more...] about Disable WordPress Admin Email Nag
WordPress Code Snippet
Add Google Analytics to WordPress Theme
Add the following code to your WordPress theme's function.php file, or a functionality plugin to add Google Analytics to a WordPress Theme - when not using a plugin. … [Read more...] about Add Google Analytics to WordPress Theme