How to remove my title from my front page and all pages ANYBODY??
-
Im using twenty eleven theme,and this is off of my content- page. php
What should I remove or add.Ive already copied and Pasted onto my wordpad just in case of a screw up<article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<header class=”entry-header”>
<h1 class=”entry-title”><?php the_title(); ?></h1>
</header><!– .entry-header –><div class=”entry-content”>
<?php the_content(); ?>
<?php wp_link_pages( array( ‘before’ => ‘<div class=”page-link”><span>’ . __( ‘Pages:’, ‘twentyeleven’ ) . ‘</span>’, ‘after’ => ‘</div>’ ) ); ?>
</div><!– .entry-content –>
<footer class=”entry-meta”>
<?php edit_post_link( __( ‘Edit’, ‘twentyeleven’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?>
</footer><!– .entry-meta –>
</article><!– #post-<?php the_ID(); ?> –>
- The topic ‘How to remove my title from my front page and all pages ANYBODY??’ is closed to new replies.