• I am trying to disable pagination (next page, 1,2,3…) in homepage in twentyfourteen but no luck. How do I get this done?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    Create a child theme and copy the index.php over to your child theme directory.

    Remove this from the index.php in your child theme:

    twentyfourteen_paging_nav();

    Thread Starter Dan14

    (@dan14)

    Hi Keesimerijer, I have a child theme. By doing this though this will remove pagination from all pages. I just want the pagination removed from the homepage, not from other pages.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pagination problem’ is closed to new replies.