Auto Insert Content After Post

Many blogs at the end of posts offer their readers the ability to share, tweet or vote using social bookmarking sites, email the article to others, or anything else that the blog owner would like to say at the bottom of each post. Many will hardcode it into the theme or post it each time

How To Exclude Pages From Search Results

One of my personal annoyances is the way WordPress search includes the blog pages within the search results, if your using thumbnails alongside your search results for example it makes the page look awful, the other downside is the page results are often irrelevant to what the reader is actually searching for. But there is

How To Create An Author Box

Author boxes are those little sections on an article page that has a brief bio about the article’s author (you can see mine at the bottom of this article.) They are a great idea to implement on your site as it can help user interaction and put a face to the author, it also offers

Popular Posts With A Comment Count

Showing users your most commented posts is a great way to “show off” your blogs community interactivity, and could possibly re-enforce the community feeling your blog offers. There are plugins which offer widgets and such to display popular posts, but today I’m going to show you how to do so without a widget. We are

Disable WordPress Search

For whatever reason the time may come when you need to disable WordPress’ in built search function, your project might not call for it or you might want to change it out for Google Search for example. To do this is relatively easy, backup for functions.php file before you tinker, then add the following: Conclusion