• I want to remove pagination number navigation. How to remove only maximum number of pagination?
    Cannot foreach this codes in theme: //page-numbers//

Viewing 1 replies (of 1 total)
  • Hi,

    The theme uses a core WordPress function to display numbered pagination on archive pages.
    This is achieved using the the_posts_pagination() function which is located in the loop.php file.

    I do not fully understand what exactly you are trying to achieve, so if you want to simply hide some things from it, you might need to edit the function’s parameters or hide parts via CSS.

    I hope this helps.

    Best regards,
    Dumitru

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove pagination numbers?’ is closed to new replies.