Hello.
A question, please.
When I created a page through Admin/Pages, there is a title at the top left corner of the page. How can I remove this?
Thank you.
Hello.
A question, please.
When I created a page through Admin/Pages, there is a title at the top left corner of the page. How can I remove this?
Thank you.
Open core/templates/pages_content.php
and remove
\<h1\>\<?php echo $pagename;?\>\</h1\>
Save and upload to your skins folder.
Thank you for the help.