wp_get_recent_posts
-
Hi,
I’m new to WP so bare with me. I want to get recent posts in my archive page.
I placed the following code into archives.php of my theme:
<?php wp_get_recent_posts($num = 10) ?>
However nothing appears.
Thanks
- The topic ‘wp_get_recent_posts’ is closed to new replies.