By David St. Pierre on Monday, 12 September 2016
Posted in General Issues
Likes 0
Views 243
Votes 0
I have a single category menu item on my page. When someone clicks on it, it shows the content of the blog as well as the header. I don't want the content listed as I expect there to be thousands of entries in time. If they desire to read, they can click on the title.

https://kinkmatrix.com/index.php/kink-matrix-blog/erotica
Can you check my attached screenshot below is it you would like to be like this?

If yes, you have to do this few thing on your site.

1. Apply this following css code into this file -> JoomlaFolder/templates/black_007/css/template.css (make sure clear all of your browser and Joomla cache before you access your site)

div#fd.eb.eb-view-categories .eb-post-body.type-standard {
display: none !important;
}


2. Make sure you have disable the rest of the item from your single menu item, you can check my attached second screenshot below.

Hope this help.
·
Monday, 12 September 2016 11:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Much better, thank you
·
Monday, 12 September 2016 11:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 12 September 2016 11:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post