Quote:
Originally Posted by AtlantisCash
<ul>
<?php
$catposts = get_posts('numberposts=10');
foreach($catposts as $post) :
?>
<li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
<?php endforeach; ?>
</ul>
|
place that code in your sidebar under "categories" and see if you like that.. you can change "10" to whatever number and show that many titles of threads/articles
~Ray