Forums

[resolved] Tag cloud empty? (5 posts)

  1. Adibo
    Member
    Posted 2 years ago #

    Hi,

    Via Widgets I placed Tag cloud on Sidebar, but it's empty.

    In sidebar.php I can't find anything about tags?

    Where to search and how to solve this problem?

    tnx Adibo.

  2. ryans149
    Member
    Posted 2 years ago #

    tags will show only if there are posts associated with them. check this case.

    check this tag in sidebar.php:

    <?php wp_tag_cloud( $args ); ?>

    or something like this

  3. Adibo
    Member
    Posted 2 years ago #

    Hi,

    thanx.

    I noticed that table wp_tags is not installed!!

  4. MichaelH
    Volunteer
    Posted 2 years ago #

    You need to write posts and assign tags to those posts as ryans149 explained.

    There is NO wp_tags table, but rather, a set of 3 "term" tables comprise tags and their connections to posts.

    See Database Description

  5. Adibo
    Member
    Posted 2 years ago #

    MichaelH Thanx!

Topic Closed

This topic has been closed to new replies.

About this Topic