Archived topic
paging-navigation on homepage
3 replies · Started by Former User on February 26, 2018
Hello,
How can I remove the page navigation on the homepage?
Thank you for your help!
Hi there,
Try this CSS:
.home .paging-navigation {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Hello Leo,
Thank you, it works. I'm using in the "Hook" in the content area "wpseo_breadcrumb" of yoast. Everything works wonderfully. However, I do not want to have the Breadcrumb on the start page. How do you get that away?
I tried it, unfortunately does not work!
.home .paging-navigation {
display: none;
}
.home #breadcrumbs {
display: none;
}
Thank you for your help
Uwe
This solution should be better: https://docs.generatepress.com/article/using-hooks-conditional-tags/