Code: How to Display Recent Posts in WordPress

June 19th, 2009

Code Snippets, WordPress Tutorials

Although most current WordPress installations include a widget for displaying recent posts, there are quite a few people that prefer to get their hands dirty and manually code things.   If you’d like to learn how to display recent posts in WordPress, you’ve come to the right place! Here is the code you’ll need to display [...]

Code: Add a “Tweet This” Button

June 19th, 2009

Code Snippets

Twitter has taken the blogosphere by storm over the past year, causing many bloggers to look for ways to leverage additional traffic from others who use Twitter.     One of the best ways we’ve found to accomplish this is to add a “tweet this” link below your blog’s posts as a reminder to your readers to share what they just [...]

Code: Add an “Email This” Button

June 19th, 2009

Code Snippets

When building a blog that offers a lot of useful content and resources (rather than opinion), we strongly recommend blogs offer an easy way for readers/users to email your content to their friends and family. If you’d like to do this on your blog, this is actually pretty easy!   The following code is designed to allow readers to click on the button and [...]

Code: Add A “Print This” Button

June 18th, 2009

Code Snippets

Want to make it easy for your readers to be able to print your blog’s content?    Adding a “Print This” button below your blog’s posts can serve as a great visual cue to readers to remind them to print your content. If you’d like to add something like this to your blog, first you’ll want to [...]