Forums

Removing RECENT POSTS Text from New Twenty Eleven Theme (2 posts)

  1. colonydesign
    Member
    Posted 9 months ago #

    Dear All / WordPress

    I am looking to remove RECENT POSTS (in Caps Bold Grey) text on bottom of home page and which appears on every other page from Twenty Eleven new wordpress theme.

    Can you tell me how I would do this?

    The link to current site under development is http://www.annafairchildstudioa.co.uk/studioA

    Many Thanks in Advance

    Kind regards

    Chris Legg

  2. alchymyth
    The Sweeper & Moderator
    Posted 9 months ago #

    start by creating a child theme of Twenty Eleven; http://codex.wordpress.org/Child_Themes

    then edit showcase.php in the child theme;

    remove this whole section:

    <section class="recent-posts">
    					<h1 class="showcase-heading"><?php _e( 'Recent Posts', 'twentyeleven' ); ?></h1>
    ...
    ...
    						echo '</ol>';
    					?>
    				</section><!-- .recent-posts -->

Reply

You must log in to post.

About this Topic