Hi,
The template that I am using does not include the presentation of last 8 titles in my sidebar, and I would like to do that.
Is there a place on the site where the code for that is presented?
Many thanks!
Sue
Hi,
The template that I am using does not include the presentation of last 8 titles in my sidebar, and I would like to do that.
Is there a place on the site where the code for that is presented?
Many thanks!
Sue
I just post some code in this thread.
http://wordpress.org/support/topic/152298?replies=3
At the bottom.
Just the last 8 titles? I use this in my current theme:
<h3>Recent Posts</h3>
<ul class="sidelist">
<?php get_archives('postbypost', 8); ?>
</ul>Thank you SO much!!
This topic has been closed to new replies.