HIDE ARTICLE TITLE IN JOOMLA
CAN BE DONE FROM ARTILE ITSELF
- Open your Article
- Got to Option Tab
- Change Show Title : Hide.
CAN BE DONE FROM ARTICLE MANAGER IF WANT TO CHANGE THE GLOBAL SETTINGS.
- Go to Article Manager from Content on the top menu.
- Go to Option from the right corner.
- From the Article tab change option Title to Hide.
TO HIDE THE TITLE FROM BACKEND
- Copy \components\com_content\views\article\tmpl\default.php
- And paste the file into \templates\**your template**\html\com_content\article
- Open it/download it to edit it and look for <?php if ($this->params->get('show_page_heading', 1)) : ?>
- Change the 1 to a 0 save and upload if necessary