[Resolved] Add page 2,3,4 etc to header element area for category archives

Home Forums Support [Resolved] Add page 2,3,4 etc to header element area for category archives

Home Forums Support Add page 2,3,4 etc to header element area for category archives

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1355937
    nomadiceman

    Hi

    How to I add page numbers to the header element area for category archives?

    #1356765
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You could try building a shortcode:

    add_shortcode( 'posts_navigation', function() {
        return get_the_posts_navigation();
    } );

    Then add the shortcode [posts_navigation] to your Element content.

    #1853715
    nomadiceman

    Thanks Tom

    #1854842
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

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