By Willie Frazier on Monday, 15 February 2016
Posted in General
Likes 0
Views 1.2K
Votes 0
I have a problem with the category pagination in Easyblog.

1. Is there a way to set the ALL category listings to show 0 posts and the single category view to show multiple or all posts?

2. If the above cant be done, is there a way to show 1 posts in the ALL category listings and multiple or all posts in the SINGLE category view.
Hi Will,

1. Is there a way to set the ALL category listings to show 0 posts
- may i know are you want to not show any post like this ,see my screenshot: http://screencast.com/t/MT0XzcHKu7Qg

2. The single category view to show multiple or all posts?
- what do you mean for show multiple or all post? Is it you want to show post with pagination or not.
see my screenshot: http://screencast.com/t/YtDuuwIyQY58

If you are not referring what I mentioned above can you elaborate more detail what you trying to achieve?
·
Monday, 15 February 2016 15:41
·
0 Likes
·
0 Votes
·
0 Comments
·
1. Yes. On the all category list i dont want the posts from the screen shots to show.

2. On single category view I would like to show multiple posts.
·
Monday, 15 February 2016 15:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Will,

1. Yes. On the all category list i dont want the posts from the screen shots to show.
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.

2. On single category view I would like to show multiple posts.
we are not encourage to show all the post in one page, because it will make the page load slow.
·
Monday, 15 February 2016 17:31
·
0 Likes
·
0 Votes
·
0 Comments
·
1. I am not sure I understand this.

2. I am not wanting to show all the posts on one page for the category single view, more like 10 at least.
·
Tuesday, 16 February 2016 01:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply,

I've applied some css hack in your current template file

/* hide the category listing post */
div#fd.eb .eb-categories .eb-category-stats {
display: none !important;
}

JoomlaFolder/templates/socialize/local/css/themes/gray/template.css

And help you configured to show 10 posts in your single category page.

Can you give it a check is it meet your current requirement now?
·
Tuesday, 16 February 2016 10:52
·
0 Likes
·
0 Votes
·
0 Comments
·
yes that works just fine for me.
·
Tuesday, 16 February 2016 11:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Will,

Ok, Glad to hear that your issue has been resolved now.
·
Tuesday, 16 February 2016 11:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post