-
Helloquestion
Hello,
Is it possible to delete the information in all the Blog entries that is shown in the red circle in the image?
-
Alvind
Hi there,
Add this PHP filter to hide the pagination:
add_filter( 'generate_show_post_navigation', '__return_false' );
Adding PHP: https://docs.generatepress.com/article/adding-php/
-
Helloquestion
Hello,
Thanks. I applied that, but it still shows the category. Can you advise?
-
David
Hi there,
go to Customizer > Layout > Blog and on the Single Post options you can disable the nav and the categories:
https://docs.generatepress.com/article/blog-content-layout/#single
-
Helloquestion
It worked. Thank you.
-
Glad to hear that
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.