[Resolved] Custom taxonomy archive page

Home Forums Support [Resolved] Custom taxonomy archive page

Home Forums Support Custom taxonomy archive page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #840015
    tobymiguel

    I am creating a custom design for a custom taxonomy archive.

    I have deleted “get_template_part( ‘content’, get_post_format() );” and then just output the fields I need. However, my taxonomy will only display the first 10 posts in each category and there is no “next page” link. How do I get around this?

    #840229
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You would need to include this function inside your template: https://codex.wordpress.org/Function_Reference/the_posts_pagination

    Let me know if you need more info 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.