Forums

[resolved] Number tags (5 posts)

  1. heijmeijer
    Member
    Posted 6 months ago #

    How i can show number of tags?

    I'm searched, but not found this. :/

    Sry my english!

    I'm waiting,
    Thx!

  2. alchymyth
    The Sweeper
    Posted 6 months ago #

    where do you want to show this number?
    on the front page?
    in the sidebar?
    for each post?
    the number of all tags or just of the tags of a post?

  3. heijmeijer
    Member
    Posted 6 months ago #

    I want show the number os all tags on the front page. :)

  4. alchymyth
    The Sweeper
    Posted 6 months ago #

    this should work:

    <?php echo count(get_tags()); ?>

    http://codex.wordpress.org/Function_Reference/get_tags

  5. heijmeijer
    Member
    Posted 6 months ago #

    Resolved.

    Thanks! :)

Reply

You must log in to post.

About this Topic