Scary, I am adding a ‘recent post’ code
-
This is what I used to have the recent posts show up and be listed just like the rest of the default sidebar.
<li><h2><php _e('Recent Posts'); ?></h2>
<ul>
<?php wp_get_archives('type=postbypost&&limit=10'); ?>
</ul>
</li>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Scary, I am adding a ‘recent post’ code’ is closed to new replies.