Forums

[resolved] Show last 8 post titles in sidebar (4 posts)

  1. prazim
    Member
    Posted 4 years ago #

    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

  2. Jeremy Clark
    Moderator
    Posted 4 years ago #

    I just post some code in this thread.
    http://wordpress.org/support/topic/152298?replies=3
    At the bottom.

  3. Chris_K
    Member
    Posted 4 years ago #

    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>
  4. prazim
    Member
    Posted 4 years ago #

    Thank you SO much!!

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags