Exclude category in Popular Categories footer block

Posted in: Newspaper
Post count: 80

How do I exclude a category from the Popular Categories footer block? I’ve even added a WordPress plugin that excludes the category in question. It works everywhere but in the Popular Categories footer block. Thanks.

Post count: 20688

Hi,

Please provide a link to your website and specify the category you do not want to appear in the popular category element. Maybe you could hide it somehow, if the plugin you are using does not work.

Thanks

Post count: 80

Sure. Web site is here: https://poetrycircle.com/

I don’t want the category of Blogs to appear.

Post count: 20688

Hi,

Please try the code provided below, it will remove the category “Blogs” from the Popular categories widget – https://www.screencast.com/t/usxRL0fCb
The code must be entered in Theme panel->Custom Css

.td-footer-wrapper
.td-pb-row
.td-pb-span4 .td_block_popular_categories
ul li
a[href*="blogs"]{
display: none;
}

Thanks

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