Disable Pagination on Static Front Page
-
I’m not sure if I’m referring to the correct function when I say pagination…
This is what is happening that I would like to change if possible:
https://www.(domain).com/page/2
https://www.(domain).com/page/3
etc…There are no other pages to display at this level and I’m really confused why this area is being paged. I’ve spent hours searching but all I can find is how to fix pagination, not turn it off.
No idea if this is relevant but here’s some data about my site.
WordPress is installed in a subdirectory:
https://www.(domain).com/articles/
The posts page is:
https://www.(domain).com/news/
On the static front page the four most recent posts and four of a custom post type are shown using
get_posts
.If someone could point me to the correct reference in the codex that might explain why this is happening that would be great.
Any help is appreciated. Thanks.
- The topic ‘Disable Pagination on Static Front Page’ is closed to new replies.