• All,

    I previously used the following code to get a list of the most recent posts:

    <?php wp_get_archives('type=postbypost&limit=5'); ?>

    Is there a way to modify this to return a most recent list of the last 5 posts of a custom post type (named ‘profiles’)?

    Thanks

The topic ‘WP_Get_Archives for Custom Post Types?’ is closed to new replies.