Could somebody tell me how to remove the displaying of my page inside the page please ? I would like the "pourquoi" above the text off..
thanks
Could somebody tell me how to remove the displaying of my page inside the page please ? I would like the "pourquoi" above the text off..
thanks
edit page.php and remove:
<?php if ( is_front_page() ) { ?>
<h2 class="entry-title"><?php the_title(); ?></h2>
<?php } else { ?>
<h1 class="entry-title"><?php the_title(); ?></h1>
<?php } ?>This topic has been closed to new replies.