Viewing 3 replies - 1 through 3 (of 3 total)
  • Line 13 – 16 in content.php of the twentyeleven theme. Line 16 places the word Featured on sticky posts.

    13 <?php if ( is_sticky() ) : ?>
    14 ........
    15 .........
    16 <h3 class="entry-format"><?php _e( 'Featured', 'twentyeleven' ); ?></h3>

    Thread Starter deathmoth

    (@deathmoth)

    so i just remove the word ‘Featured’ in that tag?

    sorry, i’m a bit of a noob

    Thread Starter deathmoth

    (@deathmoth)

    just removed the whole thing within that h3 class and it was done

    thanks for your help

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Twenty Eleven] Remove word "Featured" above sticky on front page’ is closed to new replies.