Category Problem

Posted in: Newspaper
Post count: 22

How to disable These Category which Is Showing Here

Image Example

  • This topic was modified 6 years by hemant1994. Reason: Image problem
  • This topic was modified 6 years by hemant1994.
  • This topic was modified 6 years by hemant1994.
Post count: 35449

Hi,

You should be able to deactivate the categories from theme panel -> https://i.imgur.com/oZhUXiO.png or you can use this custom css ->
.single .td_block_related_posts .td-post-category{
display: none;
}

The code should be set in theme panel> custom code> advance css> phone

Hope this will help you!
Thank you!

Post count: 6

Hello, Is there a relatively easy way to disable the Categories and Tags application from Related Posts? Either manually choose which posts show up in the Related Posts for a specific blog post, or randomly apply Related Posts regardless of category or tag? I ask because the Category or Tag restriction silos the user. For example, if you have a combination of non-commercial and commercial posts on your site, it’s too easy for the user to be stuck viewing non-commercial posts. Many websites provide non-commercial content as a way to lure visitors so they can then present commercial offerings.

Post count: 35449

Hi Uniguide,

The Related Posts can be controlled on standard post templates from here -> https://i.imgur.com/SoH7N0m.png unfortunately there are only few settings or if you are using a cloud templates you can edit it with tagDiv Composer -> https://i.imgur.com/ZeHZqNz.png

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.