Title: Removing Page.php Title&#8230; but&#8230;..
Last modified: August 21, 2016

---

# Removing Page.php Title… but…..

 *  [onecutekins](https://wordpress.org/support/users/onecutekins/)
 * (@onecutekins)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/removing-pagephp-title-but/)
 * I would LOVE to remove the page.php title code, but… it isn’t there? O_o
 *     ```
       get_header(); ?>
   
       	<div id="primary" class="site-content">
       		<div id="content" role="main">
   
       			<?php while ( have_posts() ) : the_post(); ?>
       				<?php get_template_part( 'content', 'page' ); ?>
       				<?php comments_template( '', true ); ?>
       			<?php endwhile; // end of the loop. ?>
   
       		</div><!-- #content -->
       	</div><!-- #primary -->
   
       <?php get_sidebar(); ?>
       <?php get_footer(); ?>
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/removing-pagephp-title-but/#post-3874879)
 * What theme is this? You should be using a Child Theme for these kinds of modifications–
   [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/removing-pagephp-title-but/#post-3874881)
 * you need to follow the clues within the code;
 * i.e. this line `<?php get_template_part( 'content', 'page' ); ?>` is calling 
   _content-page.php_;
 * [http://codex.wordpress.org/Function_Reference/get_template_part](http://codex.wordpress.org/Function_Reference/get_template_part)
 *  Thread Starter [onecutekins](https://wordpress.org/support/users/onecutekins/)
 * (@onecutekins)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/removing-pagephp-title-but/#post-3874883)
 * I wondered about that Alchymyth.. thanks! Off to hunt it down! 🙂 I get nervous
   when ‘touching’ things, especially since I am not super php savvy.. <3

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Removing Page.php Title… but…..’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [onecutekins](https://wordpress.org/support/users/onecutekins/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/removing-pagephp-title-but/#post-3874883)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
