By Sean Carney on Thursday, 17 January 2019
Posted in Technical Issues
Likes 0
Views 684
Votes 0
I want to change the number of tags that are displayed on the following page:

https://www.drcarney.com/blog/blog-tags

Currently it displays 18 tags per page. Where can I change this number?

I might actually want to display all of them but am not sure yet. I would certainly like to display a lot more than 18.

Thank you,
Sean Carney
Hey there,

Currently, there is no setting to do that but we will do something about it.

For now, you can modify the view.html.php file which is at JoomlaFolder/components/com_easyblog/views/tags/view.html.php.

You can edit the value of the following code which is at line 68 in the function display():

$limit = EASYBLOG_TAGS_LIMIT;


You can change the EASYBLOG_TAGS_LIMIT to the number you want per page OR you can replace it with '' only if you want to show it all.

Can you have a try and see how it goes?
·
Thursday, 17 January 2019 14:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, that helped. Thank you.

Sean
·
Friday, 25 January 2019 07:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

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

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Friday, 25 January 2019 09:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post