Show Tag Cloud as unordered list

  • Craig

    #22795

    Couldn’t get plugin to work. There is a two month old post with no reply in the forum that says there is an issue with WordPress 3.2.1 which I’m running on this site. I don’t want to update to 3.3.1 because I need to document my changes before I update. (Had to change some files to get the embedded font to work.)

    I’ve put the functions.php file back on the server. The configurable tag cloud plugin is still activated if you want to play with that.

    Thanks for your help. Craig

    Anonymous

    #22796

    Ah! Weird! The above code is working in my site, but not in yours’! I even tried adding a php widget with this code, (which is supposed to work, of course! 🙂

    <?php if ( function_exists('wp_tag_cloud') ) : ?>
    <li>
    <ul>
    <?php wp_tag_cloud('format=list&smallest=12&largest=12'); ?>
    </ul>
    </li>
    <?php endif; ?>

    But the widget itself is invisible on the site! So I suspect the issue is with the WordPress version. Let me know once you update the WordPress. I’ll check it again.

    BTW, a blank functions.php file is okay in the child theme. No need to delete it from the server.

Viewing 2 posts - 11 through 12 (of 12 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.