Listing Recent Posts
-
Hello all
I would like to list recent posts (within the same category) in my single.php page?
for example, if I have a category called “Google”, I would like to list the 5 recent/prior links to posts that I’ve written about “Google”.
I couldn’t find the solution in codex. Anyone know the solution?
I know there is a plug-in called “SameCat” that uses this tag:
<?php echo list_posts_of_cat(get_the_category(), 5, 5); ?>
but i’m still trying to get it to work properly though.
thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Listing Recent Posts’ is closed to new replies.