Archived topic
unwanted page links
5 replies · Started by itg on January 30, 2019
Hi Tom
I was using latest posts for my home page but it was creating link pagination at the bottom of the home page, so i added this css to remove
.home .paging-navigation {
display: none;
}
Trouble is i have duplicate pages
com/page/2/
com/baijiu-brand-reviews/page/2/
i only want the pages in the category com/baijiu-brand-reviews/page/2/
i do not want copies of these pages, what am i doing wrong here, thanks
Hi there,
WordPress will only create those pages if more posts exist that aren't displaying on the first page. Without the pagination, how will visitors see those additional posts?
Hi Tom, now i have removed the home page pagination will the pages disappear themselves? Are will they remain. Thank you Tom
If there are more posts to display, the pages will remain. WordPress does this automatically. I'm not sure if it's possible to disable pagination completely, as those other posts would no longer be reachable.
Hi, anyone can shed some light on this thank you
I don't believe it's possible to disable pagination if you have multiple pages of posts. You could up your posts per page option in "Settings > Reading", but that will show more posts on the first page.