Archived topic
I want to remove the category link at the end of every post
3 replies · Started by Gail on January 2, 2021
Hi, I want to remove the category link at the end of every post. I use a custom category page for each category, and I don't want to send anyone to the default category pages. That's because this isn't a blog, and I want to present to my visitors the various post pages in a particular order.
(I also wanted to hide the next and previous links, but already successfully did this.)
I followed the instructions in the forum entry: "remove pagination at bottom of every post", adding the css:
.paging-navigation {
display: none;
}
But that didn't work. The folder icon and category name still showed at the end of the posts.
How do I remove this category link to the default category page? Thanks.
Gail
Hi there,
Can you give the customizer options a shot first?
https://docs.generatepress.com/article/blog-content-layout/#archives
https://docs.generatepress.com/article/blog-content-layout/#single
Let me know :)
I'd already poked around those, but went back and poked around again. This time I noticed the Display post categories option on single posts and unchecked it to see what that would do. It worked, and the category link at the bottom went away.
Thanks. My problem is resolved. I appreciate the help.
Gail
No problem :)