• Resolved karlmann

    (@karlmann)


    hey im trying to find a solution on how to add pagination to my posts grid section on my front page…
    I found this plugin and installed it but Im not really sure if thats a solution to my problem.
    looking at the settings I cant really find an option on how to add pagination to a certain section on my front page.

    can anybody please tell me if its possible to add pagination with this plugin in one particular place like my posts grid section?

    any help would be well appreciated.
    kind regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • To paginate pages, you may have to add code to page.php in child theme. See documentation.

    Pages, because they are not date/time ordered like posts, are not generally paginated, though they can be.

    Add pagination to posts by adding code to single.php in child theme.

    Clear cache, clean refresh to view changes.

    Plugin Author AlanP57

    (@alanp57)

    karlmann,

    WP Pagination adds pagination to blog post index, archive and categories pages. It does not differentiate between multiple post loops on the same page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add pagination to posts grid section?’ is closed to new replies.