Support » Fixing WordPress » “No Tag” in my template

  • After I updated my blog to WP3, in the template I have the message:
    “No Tag”, altrough tags are set correctly. I could not find what code causes this. The No Tag shows just above the Tags list shown correct.
    It shows just afther Read More link, on the home page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Please provide a link to download the theme you are using.

    Also a link to see the problem would help others help you.

    It’s the TAGALLY plugin. If you open the tagally-for-wp-function.php, go to line 928 that reads:

    $tagsHTML = “No Tag”;

    Change it to this below:

    $tagsHTML = “”;

    That should fix your problem. 😉

    Thread Starter dandr69

    (@dandr69)

    Thanks Michale, Celleek. It was from Tagally.
    It’s fixed now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘“No Tag” in my template’ is closed to new replies.