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