• I recently upgraded to the newest version of WordPress and my Tags have seemed to have lost their list format. πŸ™ I checked the coding on my the old WP version and this is what it is:

    <li class=”tag_cloud”>
    <h2>Tags</h2>

      <? if ( function_exists(‘wp_tag_cloud’)){ ?>

      <?php wp_tag_cloud(‘smallest=8&largest=8&number=600’); ?>
      <? } ?>

      <?php } ?>

    </div>

    It’s the same coding on the new WP. So I’m thinking I need to edit something, but I don’t know what, as I never touched this before.

    So, anyhow, my tags are looking like this right now:

    author story plot romance characters

    I want them to look like a list:

    author
    story
    plot
    romance
    characters

    If anyone could help, I would appreciate it! If possible, please be a little thorough with me, especially on where to edit (what page, etc). I’m new to WP. Thanks!

Viewing 1 replies (of 1 total)
  • It would be good to include the URL for your web site so we can see the resulting code when the page is displayed. It’s likely a simple change in your CSS will fix the problem, but without seeing your site and resulting HTML it’s impossible to suggest any fixes.

Viewing 1 replies (of 1 total)

The topic ‘Tag List Format’ is closed to new replies.