In the past we’ve discussed how to add recent posts to your WordPress blog manually using code, but for blogs that are regularly updating older posts (there are a surprising number of these), here is some code that you can instead use to only show the most recently updated posts in WordPress!
Here is the code you’ll want to place in your sidebar.php file where you want the updated posts to display: [Read more...]



Code: Add Recent Comments and Top Comments to WordPress
By Kyle Eslick | Filed Under Code Snippets, WordPress Tutorials
Throughout our WordPress code series, we’ve been providing a number of code options for designers who want to use actual code rather than using the widget system built into WordPress.
In this post, we’ll be providing the code for creating both recent comments and top comments to the sidebar of your WordPress blog. [Read more...]