Hi! Your plugin is old, but it’s a very good solution and works for me. Just one issue, I would like to highlight the selected tag, like a current item… Is it possible? Can you help me?
Thanks
If there are more than 45 tags on the category page, the list isn’t getting longer but stops after 45.
Here is my example: https://energiogklima.no/nyhetsblogg/
In the plugin-code, I found twice:
$defaults = array(
'smallest' => 8, 'largest' => 22, 'unit' => 'pt', 'number' => 45,
'format' => 'flat', 'orderby' => 'name', 'order' => 'ASC',
'exclude' => '', 'include' => '', 'cat' => $cat
);
..but changing numer to zero or 200 dosn’t help.
Also the plugin has some caching(?!), but I’m not sure how to turn it off.
Somebody can help?
]]>Is it support wp 3.4? Or any other plugin for the same?
]]>Hi,
I am not a savy in PHP. How can install the plugin?
Whichcode should I paste and where?
How everythoing works? Is there any seting in the post editor that will show up?
Please help. Thanks
Hello!
Firstly about my situation. I have a website build on WP and inside that website we have two bloggers, myself and a friend of mine. I’ve set up the page so that the main section, my blog and my friends blog have different sidebars and headers etc. based on category.
We also wanna use tag clouds and we want to have category specific tag clouds for our blogs. So that my sidebar has a tag cloud displaying only the tags from items posted in my category and so on.
https://www.ads-software.com/extend/plugins/tdo-tag-fixes/
Works almost perfectly for our purposes except that there is one big problem. When i actually open a single post, the tag cloud reverts to it normal self, meaning it displays all the tags in the site from every category. What i want is that the plugin should recognize what category the single post is posted in and still display the tag cloud specific to that category.
Im not savy enough with PHP to hack the plugin but what I think it needs is an “if (in_category())” conditional as this is what i used for having the custom sidebars and stuff. I just have no idea how to implement it in to the plugin. So help is greatly appreciated!
Thanks!
]]>