matimes 0 Report post Posted January 7, 2011 Hi, I am trying to show a tag cloud inside the feature slider of iBlogPro. I've tried to install a plugin and to place a shortcode inside the feature media field, but it doesn't work. I've managed to do it with jquery.tagsphere. I declare the scripts in the head and then put this code on the feature media field : <div class="tagscloud" style="background-color:#000; color:#fff;"> link 1 link 2 link 3 link 4 link 5 </div>[/code] I now want my tags to be dynamically generated by wordpress taxonomies. Does somebody know how to achieve this inside the the feature media field ? Share this post Link to post Share on other sites
cmunns 16 Report post Posted January 7, 2011 Well what relationship does jquery.tagsphere have with wordpress tag cloud? Share this post Link to post Share on other sites
matimes 0 Report post Posted January 8, 2011 Hi cmunns, There is no relationship. I've just tried first to use a tag cloud plugin that allows using shortcodes and inserted the shortcode in feature media field without succes. Is there a solution for bringing a shortcode or a wordpress php code in the feature media field ? If I create a template to generate the list of taxonomies, can I call it in the feature media field ? Thanks Eric Share this post Link to post Share on other sites
catrina 103 Report post Posted January 8, 2011 I'm not aware of a solution, but you can try creating a custom taxonomy template and test it out to see what results you get. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites