Tagged: tag cloud
Hi, I have a lot of tags from an older blog. I want to limit the amount of tags that appear in the Tag Cloud as there are too many. Is there a way to do this?
Thanks
Vince
Hi Vincent!
Thank you for coming back.
If you are using the enfold combo widget you have to modify the core file
enfold\framework\php\class-framework-widgets.php line 950
Look for:
wp_tag_cloud('smallest=12&largest=12&unit=px');
and replace with (adjust the value for number:
wp_tag_cloud('smallest=12&largest=12&unit=px&number=35');
Cheers!
Günter
Hi Gunter
I am not using the Combo widget. I am using the Tag Cloud Widget that is included. Please advise?
Hi!
I haven’t tried this out myself but maybe this could help? https://wordpress.org/plugins/ultimate-tag-cloud-widget/
Cheers!
Rikard
Okay, will try that then. I’m trying to keep teh amount of plugins instaleld to a minimum. Thanks Vince
No that did not work either. It was a nice plugin with extra features that were quite useful but it still did nto limit the amount of tags and there are too many. Is there another way to do this natively?
Hi Vincent,
I have this plugin and it’s wonderful. Yes, you can limit the number of tags as well as filter them. There are some advanced features, have you checked them? In the Basic Appearance tab, enter a value for Max Tags. That should do it.
Regards,
Tameez
All working, thank you both for your help
Vince
sorry to jump in here. Can anyone of you moderators answer my question here,
https://kriesi.at/support/topic/using-child-theme-correctly-to-update-to-new-version/