Posts RSS Comments RSS 60 Posts and 137 Comments till now

Wordpress: Recent Posts On Single Post

First download and install this:

Plugin: Customizable Post Listings

Then edit your sidebar.php template file and add this anywhere you want in the main <ul>

<?php if(is_single()) { ?>
<li>
<h2>Recent Posts</h2>
<ul>
<?php c2c_get_recent_posts(); ?>
</ul>
</li>
<? } ?>

and voila you have better internal linkage on your post pages.

This plugin is extremely customizable so I suggest you look at all it has to offer.

Display Recent Posts, Recently Commented Posts, Recently Modified Posts, Random Posts, and other post listings using the post information of your choosing in an easily customizable manner. You can narrow post searches by specifying categories and/or authors, among other things.

If you found this page useful, consider linking to it.
Simply copy and paste the code below into your web site (Ctrl+C to copy)
It will look like this: Wordpress: Recent Posts On Single Post

Trackback this post | Feed on Comments to this post

Leave a Reply

Close
E-mail It