Title: Remove Page Title Section
Last modified: August 31, 2016

---

# Remove Page Title Section

 *  Resolved [pward90](https://wordpress.org/support/users/pward90/)
 * (@pward90)
 * [10 years ago](https://wordpress.org/support/topic/remove-page-title-section/)
 * Hi,
 * Is it possible to completely remove the Page Title Section rather than just edit
   it in CSS?
 * Thanks

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/remove-page-title-section/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/remove-page-title-section/page/2/?output_format=md)

 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [10 years ago](https://wordpress.org/support/topic/remove-page-title-section/#post-7341542)
 * Hi
 * Kindly share your website URL
 * Thanks.
 *  Thread Starter [pward90](https://wordpress.org/support/users/pward90/)
 * (@pward90)
 * [10 years ago](https://wordpress.org/support/topic/remove-page-title-section/#post-7341604)
 * I figured it out by commenting out the following line from the fullwidth.php
 * get_template_part(‘index’,’banner’);
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [10 years ago](https://wordpress.org/support/topic/remove-page-title-section/#post-7341645)
 * Hi
 * That’s Good
    Close this Ticket.
 * Thanks.
 *  [imchasinyou](https://wordpress.org/support/users/imchasinyou/)
 * (@imchasinyou)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/remove-page-title-section/#post-7341778)
 * So, how do you comment out a line?
 *  Thread Starter [pward90](https://wordpress.org/support/users/pward90/)
 * (@pward90)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/remove-page-title-section/#post-7341779)
 * Go to and edit the file at this location:
    /public_html/wp-content/themes/appointment/
   fullwidth.php
 * Change it to:
 *     ```
       /**get_template_part('index','banner');
   
       */
       ```
   
 * I’ve copied the contents of my fullwidth.php to pastebin as an example:
    [http://pastebin.com/SGP6NWub](http://pastebin.com/SGP6NWub)
 *  [imchasinyou](https://wordpress.org/support/users/imchasinyou/)
 * (@imchasinyou)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/remove-page-title-section/#post-7341780)
 * I appreciate your help but thats not doign any thing for me. I did it exactly
   as you showed in yours. We are talking about that stupid bar across the screen
   right below the navigation?
 * Mine is green as seen [here](http://www.easycarelawns.info/about)
 * I have so many issues, I knew better than to go pro :/ Seems the author gets 
   crank over others asking questions in established threads!
    Here is my code
 *     ```
       <?php
       /**
       Template Name: Fullwidth
       */
       get_header();
       /**
       get_template_part('index','banner'); ?>
       */
       <!-- Blog Section with Sidebar -->
       <div class="page-builder">
       	<div class="container">
       		<div class="row">
       			<!-- Blog Area -->
       			<div class="col-md-12">
       			<?php if( $post->post_content != "" )
       			{ ?>
       			<div class="blog-lg-area-left">
       			<?php if( have_posts()) :  the_post(); ?>
       			<?php the_content(); ?>
       				<?php endif; ?>
       			</div>
       			<?php } ?>
       				<?php comments_template( '', true ); // show comments ?>
       			</div>
       			<!-- /Blog Area -->
       		</div>
       	</div>
       </div>
       <!-- /Blog Section with Sidebar -->
       <?php get_footer(); ?>
       ```
   
 *  Thread Starter [pward90](https://wordpress.org/support/users/pward90/)
 * (@pward90)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/remove-page-title-section/#post-7341781)
 * Yeah it was that code change that removed the green bar for me. I just went through
   and commented out line at a time to see what it affected. It was trial and error
   for me really. I just had to make sure that when editing the page that I set 
   the template to Full Width ([See screenshot](http://prntscr.com/b8te21))
 * I don’t use pro so I don’t use any other page template apart from that, so if
   you’re using a different one you might need to change the code in another php
   file
 *  [imchasinyou](https://wordpress.org/support/users/imchasinyou/)
 * (@imchasinyou)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/remove-page-title-section/#post-7341782)
 * lol, Im not too sure i even know how to set it to full width but Ill dig around
   and try to find it.
    I do appreciate all your help as I continue to struggle 
   with this theme. . . .
 *  Thread Starter [pward90](https://wordpress.org/support/users/pward90/)
 * (@pward90)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/remove-page-title-section/#post-7341783)
 * In your WordPress dashboard, go to Pages and click edit on the page you want 
   to edit (your About page for example – [see screenshot for example](http://prntscr.com/b8tlj4))–
   on the right hand side, you will see what I posted in the previous screenshot,
   where you can change the template to “fullwidth”.
 * Make sure you save the changes when you’re done by clicking Update
 *  [imchasinyou](https://wordpress.org/support/users/imchasinyou/)
 * (@imchasinyou)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/remove-page-title-section/#post-7341784)
 * It throws an error on line 9 of the edited file
    Parse error: syntax error, unexpected‘
   <‘ in /home/imchasinyou/public_html/easycarelawns.info/wp-content/themes/appointment-
   pro/fullwidth.php on line 9
 * I dunno, Im confused and I have soooo many windows open now
 *  [imchasinyou](https://wordpress.org/support/users/imchasinyou/)
 * (@imchasinyou)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/remove-page-title-section/#post-7341785)
 * So, the only way to keep the page alive is to leave it at default template but
   then I cant seem to get rid of that annoying bar and title section. . . . Im 
   still trying to find a solution. The default template is the only way my site
   does not break.
 *  Thread Starter [pward90](https://wordpress.org/support/users/pward90/)
 * (@pward90)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/remove-page-title-section/#post-7341786)
 * I’m on the road now, but I’ll take a look when I get back to see if I can help
   you out.
 * Who knows, maybe you’ll actually get some help from the theme support staff before
   then ;p
 *  Thread Starter [pward90](https://wordpress.org/support/users/pward90/)
 * (@pward90)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/remove-page-title-section/#post-7341787)
 * Actually, I took a quick read over on my phone. If your code is still the same
   as what you posted above, the error may be here:
 * You have:
 * /**
    get_template_part(‘index’,’banner’); ?> */
 * Mine is:
    /** get_template_part(‘index’,’banner’); */ ?>
 * Check the pastebin link I sent again and make sure it’s in the exact same order
   then try full width again
 *  [imchasinyou](https://wordpress.org/support/users/imchasinyou/)
 * (@imchasinyou)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/remove-page-title-section/#post-7341788)
 * Ill have a look after I walk the dog and rest my eyes. I must say, i found a 
   really nice plug in that does what I thought this theme would have easily been
   able to do. . . .
 * Have a looky at my site when you have a chance, [http://www.easycarelawns.info](http://www.easycarelawns.info)
 *  [imchasinyou](https://wordpress.org/support/users/imchasinyou/)
 * (@imchasinyou)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/remove-page-title-section/#post-7341789)
 * BAAAAHHHHHHH! SCREW YOU STUPID FINGERS! ! !
 * You fixed it for me. May god love you as much as I do now. . .
 * lol, I cant believe I did that. All better now and the site is looking great 
   once again, now I have to try to await help on my other issues unless you know
   how to move the text on my slider on my home page. If you have time to look, 
   its my home page and all the text and boxes look right the way i want them, they
   are just in the wrong place.
 * Even if you cant help me there, I cant thank you enough for taking the time to
   help me. Your better than the support guy who just likes to get rude with ppl
   asking for help with his template that we PAID for. . .

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/remove-page-title-section/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/remove-page-title-section/page/2/?output_format=md)

The topic ‘Remove Page Title Section’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/appointment/3.5.5/screenshot.png)
 * Appointment
 * [Support Threads](https://wordpress.org/support/theme/appointment/)
 * [Active Topics](https://wordpress.org/support/theme/appointment/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/appointment/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/appointment/reviews/)

## Tags

 * [page-title-section](https://wordpress.org/support/topic-tag/page-title-section/)

 * 20 replies
 * 4 participants
 * Last reply from: [pcroscia](https://wordpress.org/support/users/pcroscia/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/remove-page-title-section/page/2/#post-9064072)
 * Status: resolved