Forums

year list for custom post type (3 posts)

  1. g10r3
    Member
    Posted 1 year ago #

    Hi,

    i'm trying to get a year list of post for a custom post type, like the one that you can get for "normal" posts using wp_get_archives

    <?php $args = array(
    'type'            => 'yearly',
    'format'          => 'html');
    
    wp_get_archives( $args ); ?>

    There's a way? Thank you

  2. keesiemeijer
    moderator
    Posted 1 year ago #

  3. g10r3
    Member
    Posted 1 year ago #

    thanks, but i've already read that posts.

    I don't have any problem creating the archive page for a year. I have problems getting the linked list of the year archive page.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.