Viewing 2 replies - 1 through 2 (of 2 total)
  • Yasp0

    (@yasp0)

    Yes you have to edit the php file.

    There must be something like <?php the_tags(); ?>. Remove that part along with ‘Tagged’.

    Backup the file before you edit…trial and error.

    [edit]

    I missed the code :p

    Removing

    <span class="tag-links">
    <?php printf( __( '<span class="%1$s">Tagged</span> %2$s', 'simpleblue' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list );$show_sep = true; ?> </span>
    <?php endif; // End if $tags_list ?>

    Should do the trick

    Thread Starter magonzalez987

    (@magonzalez987)

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: SimpleBlue] remove tags from homepage’ is closed to new replies.