The following is what you would put in the “active” themes functions.phppage. Changing the Logo Default it is the WordPress Logo. Change the file path to meet your needs. Changing the URL Default, this links to the WordPress site. Make this change to change it to your sites home page. Changing the Title This is … Continue reading »
Filed under PHP …
WordPress How To: Automatically add a Google+ button to your posts
This is a very simple hook to accomplish. Every time you publish a post, a Google+ button is automatically added to your post. This will also add it to all your existing posts. Here’s how: Open your functions.php page and paste the following code.
How To: Automatically email contributors when their posts are published
When you have site that has multiple authors, it would be plus to have those authors be emailed once their article is published. Where here is a little trick to allow that. Just put the following code in your functions.php page and save. You should now be all set to go! Cheers! If you enjoyed … Continue reading »