Site logo

Archived topic

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

3 replies · Started by nomadiceman on July 7, 2020

Viewing posts 1–4 of 4

Hi

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

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.

Thanks Tom

No problem :)

This archived topic is closed to new replies.