Forums

[resolved] [Plugin: NextGEN Gallery] tagcloud in sidebar permalink problem (3 posts)

  1. zyrq
    Member
    Posted 3 years ago #

    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!

    http://wordpress.org/extend/plugins/nextgen-gallery/

  2. zyrq
    Member
    Posted 3 years ago #

    Is this really how the tagcloud works?
    The page/post that gets added in the middle of the url is actually the targetpage where the thumbs are going to be displayed. Tested this with my results and they show up in my sidebar allright.
    We need a tagcloud widget I think.

  3. zyrq
    Member
    Posted 3 years ago #

    marking this resolved

Topic Closed

This topic has been closed to new replies.

About this Topic