By Willie Frazier on Wednesday, 24 February 2016
Posted in General
Replies 1
Likes 0
Views 443
Votes 0
Hello,

Is there a way to hide the posts in the All Category listings and only show them on single category view? I have tried multiple ways to do this but it is not working. I dont want any posts to show when viewing ALL categories, I only want them to show when viewing a SINGLE category.
Hi Will,

Is there a way to hide the posts in the All Category listings and only show them on single category view?

At categories listing right now don't have function to disable it but it only can be done if you have make menu item type to (Categories) All Categories.

May i know do you don't want to show any post when viewing ALL categories it's
see my screenshort: http://screencast.com/t/gOAlgQvgMmwD

if yes you can add this CSS code:
/* hide the category listing post */
div#fd.eb .eb-categories .eb-category-stats {
display: none !important;
}


in JoomlaFolder/templates/socialize/local/css/template.css

Hope this help.
·
Wednesday, 24 February 2016 13:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post