Hi,
Is it possible to add a tagcloud in the sidebar?
The shortcut code [tagcloud] doesnt get replaced with the actual cloud.
On a normal page no problem, but no workee in sidebar.
I tried to return the tagcloud by calling the function directly (nggfunctions.php):
<?php echo nggTagCloud();?> which gave me the tagcloud allright, but the permalinks are all messed up.
(added) same result with <?php echo do_shortcode('[tagcloud]'); ?>;
Instead of the expected
http://example.com/nggallery/page-57/tags/tag1 (normal via [tagcloud])
I got this weird
http://example.com/nggallery/post/mysecondpost/tags/tag1.
Somehow a post title got added in the middle of the link.
Possible issue in nggRewrite function in lib/rewrite.php?
Anybody a suggestion?
Love this plugin BTW!