Listing of recent posts
-
I would like to get a list of the 20 most recent posts in the sidebar.
I found something that seemed to say that
-
<?php wp_get_archives(‘postbypost’,’20’, ‘html’); ?>
would do it, but rather than a list of the posts, it just gives me one line per month, which it would seem would be done if I had said monthly rather than postbypost
What am I missing?
And I saw something else that left the wp_ off, but that did not seem to work at all. What is the difference between wp_get_archives and get_archives
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Listing of recent posts’ is closed to new replies.