StartVM Posted August 20, 2013 Report Share Posted August 20, 2013 Hello, How do I remove the title on a page like if I make a page through the admin center, at the top it has the page name. How do I remove that. Thanks! -Chase Quote Link to comment Share on other sites More sharing options...
Moderators Parkho Posted August 20, 2013 Moderators Report Share Posted August 20, 2013 Remove the following from core/templates/page_content.tpl <h1><?php echo $pagename;?></h1> Quote Link to comment Share on other sites More sharing options...
Tom Posted August 20, 2013 Report Share Posted August 20, 2013 Remove the following from core/templates/page_content.tpl <h1><?php echo $pagename;?></h1> Note that this will remove it from all pages made through the admin center. Quote Link to comment Share on other sites More sharing options...
Sava Posted August 20, 2013 Report Share Posted August 20, 2013 Are you talking about the title that is display in the top of the browser, or the actual one displayed on the page? Quote Link to comment Share on other sites More sharing options...
StartVM Posted August 20, 2013 Author Report Share Posted August 20, 2013 Thank you so much parkho I have been wanting to figure this out for months now aha. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.