static front page plugin and recent posts
-
If I activate the static front page plugin all works well… except that I’ve noticed that my list of recent posts in my sidebar is wrong (it then only shows a link for my home page).
So, when using static front page, how do I get a list of recent posts? ATM I’m using this code in my sidebar
<?php
query_posts('posts_per_page=5');
if (have_posts()) : while (have_posts()) : the_post(); ?>
<p class="sidebar-footer" style="padding-top:3px;margin:0;">¶ " title="Permalink for : <?php the_title(); ?>"><?php the_title(); ?>
<?php endwhile; endif; ?>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘static front page plugin and recent posts’ is closed to new replies.