• Resolved inventomedio

    (@inventomedio)


    I’ve been trying to hide tags in this theme and no luck. Right now, all meta elements are hidden: Categories, Tags and Comment count altogether. Site: https://is.gd/2kAMEB

    For the time being, my solution has been to hide “article[id*=post-] footer”

    Is there a way to hide only the tag section in Diginews theme?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Appearance -> Editor

    Select content.php

    Find

    <span class="tag-links">
    <?php printf( __( 'Tagged %1$s', 'diginews' ), $tags_list ); ?>
    </span>
    <span class="sep"> | </span>

    Comment it out or delete it. That will just remove all the tag outputs.

    Thread Starter inventomedio

    (@inventomedio)

    Aaron’s solution removes tags from main page and archives. Tags are still visible in permalink URL.

    I would say that this resolves my issue but I’m keeping this thread open one (1) week if someone else has a solution to remove tags from permalinks.

    Thanks, Aaron! ??

    For permalinks go to Options -> Permalinks and select an option that doesnt include tags or a custom one like /%postname%/

    Thread Starter inventomedio

    (@inventomedio)

    Well, everything has been solve by Aaron. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hiding tags in post’ is closed to new replies.