Forums

How to remove tags at the end of post ? (7 posts)

  1. giglio
    Member
    Posted 3 years ago #

    Could someone explain me how to do to remove tags form the bottom of post?
    My worldpress blog is not hosted in wordpress.

  2. t31os
    Member
    Posted 3 years ago #

    Your theme's single.php...

    Find...

    the_tags();

    And remove it... ;-)

  3. giglio
    Member
    Posted 3 years ago #

    Thanks!

  4. giglio
    Member
    Posted 3 years ago #

    I do what you say , but tags still remains at the end of every posts...!
    I clear the entire row where that it was.
    It is that right?
    or you give me a wrong suggestion?

  5. t31os
    Member
    Posted 3 years ago #

    Various files handle displays of posts...

    wp-content/themes/YOURTHEME/index.php
    wp-content/themes/YOURTHEME/single.php
    wp-content/themes/YOURTHEME/archive.php

    You'll need to go through each file and remove it for each one..

  6. giglio
    Member
    Posted 3 years ago #

    Ok now you have understood!
    At the moment there is no tags only in the single posts, but you can find them in posts listed in home page.
    I will do what you say..and now i can say
    many thanks!

    Regards

  7. t31os
    Member
    Posted 3 years ago #

    You're welcome.. ;-)

Topic Closed

This topic has been closed to new replies.

About this Topic