• Resolved 9mois

    (@9mois)


    Hello,

    I looked at the other topics but could not find an answer to my question. I am using Yoko theme and would like to remove the tag list which shows below every entry. I tried to do it in the editor but couldn’t find the lines to modify.
    Would anyone have an idea on how to do it?

    Thanks a lot in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Look in the content.php file for something like:

    <?php $tags_list = get_the_tag_list( '', ', ' );
    if ( $tags_list ): ?>
    <?php printf( __( 'Tags: %2$s', 'yoko' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); ?> |
    <?php endif; ?>
    Thread Starter 9mois

    (@9mois)

    Thank you very much, it works perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Yoko – remove tags’ is closed to new replies.