Archive page of custom taxonomy not showing title

Viewing 2 posts - 1 through 2 (of 2 total)
  • #17789
    amijangos
    Participant

    I created a new taxonomy and the archive page would just say “Currently browsing” but no location or title.

    I’ve changed the function pinboard_current_location and added these lines


    elseif ( is_post_type_archive()) {
    post_type_archive_title();
    }

    is this correct? I’m using a child theme, but could be something to change in the original theme.

    #17796
    Daniel Tara
    Keymaster

    The call is correct, make sure it’s above this code:

    else {
    	single_term_title( '' );
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.