I am using a lot of tags. In the frontend all my tags are shown because I increased the number of tags to 100 using this filter (the default number of tags is 48)
add_filter( 'get_the_excerpt', 'remove_dropcap_shortcode', 1);
add_filter('widget_tag_cloud_args','set_tag_cloud_sizes');
function set_tag_cloud_sizes($args) {
$args['number'] = 100;
$args['smallest'] = 8;
$args['largest'] = 16;
return $args; }
My question now: Where and how can I increase the number of tags which are shown in the backend? At the moment then number is limited to 48.
My current tag cloud is in the footer:
https://www.kagels-trading.de/
Thank you for support and help.
Regards,
Karsten
Thanks,
The blog I need help with is https://podcast.thechosenone.info.
]]>on one i have not modified the implicit number of tags (45) on the other one i show only 10 tags.
What is the SEO safe tag number?
Thanks!
https://www.ads-software.com/plugins/ultimate-tag-cloud-widget/
]]>My new site is for my speakers bureau, featuring 400 professional speakers in about 100 different topic categories. For speaker search capabilities under each “topic” the developer is using a tag cloud to list the various topics.
However, he originally installed a tag cloud that only allotted for 45 tags.
First, does the Ultimate Tag Cloud allow for approx. 110 tags?
Second, does it function only as a single column, or can it be manipulated differently – such as horizontally on the page, and/or in ways that are aesthetically appealing?
Thanks for your help!
https://www.ads-software.com/plugins/ultimate-tag-cloud-widget/
]]>For Example you click on tag ‘WORK’
Text to be displayed on starting:
30 posts have been added under tag ‘WORK’
same for ever TAG
I am using ‘twenty ten theme’
Thanks in advance
]]>