I confirmed my assumptions by changing the “number” parameter. At values below 1000 it works smoothly but it doesn’t display all the tags and I need to be able to display all the tags
Plugin Author
WPKube
(@wpkube)
Hi,
The max height limits the height itself, hiding the tags below that height. It does not limit the amount of tags being loaded. Clicking on the “view more” button removes the height limitation.
6000 tags is a lot. The plugin uses an existing WordPress function to get the tags, if it gets 6000 tags it will affect the loading time unless you use a caching plugin.
What you are looking for is something like an AJAX powered “load more” that for example shows 30 tags and on each click of “load more” button it makes an AJAX call and loads 30 more.
But that would use a completely different system of getting the tags data from the system currently used.
I’m sorry, it’s a free plugin, this functionality would require completely rewriting the code and we’re not sure it would benefit a larger amount of users.
I did a quick check through the free plugins on ww.wp.xz.cn to see if perhaps there’s one that would have the functionality you need but unfortunately I couldn’t find one.
I think you might need to hire a developer to create a custom widget for this. I’m sorry.
I understand. Thank you for all the help. At the moment I have limited the number of tags and eventually I will look for another solution.
Either way, the plugin works great 🙂
Do you know paid plugins worth recommending?
Plugin Author
WPKube
(@wpkube)
Hi,
I tried to find a paid plugin for that but weirdly I wasn’t able to find one.
Do you perhaps have an example of a website that has the functionality you are looking for? If it’s WordPress powered I can check if they use some plugin for that.
Hi,
I need something similar to https://zszywka.pl/tagi.html but it’s probably not wordpress.
Plugin Author
WPKube
(@wpkube)
Ah, so an alphabetical index of tags. Give A-Z Listing a try.
WOOW,
Thank you very much for your help. I’m about to check it out 🙂