skipstorm
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Sk Multi Tag] Style Tag Cloud?the easyest way to do that with current version is resetting the font size with jquery, this works with any tag cloud as it’s generated by wp function and not by the plugin
$(‘.widgetCSSClassName a’).css(‘font-size’, 12);
where 12 is the size you want the tags to be
Forum: Plugins
In reply to: Sk Multi Tag : work with custom taxonomies?Only by custom module so far
Forum: Plugins
In reply to: Weird Issues – plugins stoped working with php errorshi,
wich version of php and wordpress are you using?Forum: Plugins
In reply to: Plugin to filter content by multiple tagswith that number of posts that would be a great test, thanks
sadly i know for sure i haven’t made it that good on performance, you might want to consider installing wp-cache or something like that
actually with that number of posts and tags i’m not sure it would be possible to use this kind of browsing unless you have a very good server, let me know
Forum: Plugins
In reply to: Plugin to filter content by multiple tagsi made a rough one some days ago
http://wordpress.org/extend/plugins/sk-multi-tagi still need to improve it by hiding the tags combination that will lead to no articles but works
Forum: Plugins
In reply to: Inclusive multiple tag searchI had exactly the same problem so i made this
http://wordpress.org/extend/plugins/sk-multi-tag/hope it will solve yours too
Forum: Plugins
In reply to: Query, parameters and permalinkthat’s great!
thank you very much