Shape 5

Joomla Templates => Game World - Club => : j511c379 February 02, 2017, 04:46:23 PM



: Cannot Hide Article Title
: j511c379 February 02, 2017, 04:46:23 PM
I'm a relative novice, however I've tried a couple things to hide the article title.

1. I made sure that "Hide" was selected in System > Global Configuration > Articles. In fact, I changed everything to Hide. No go
2. Tried to add the default.php from \components\com_content\views\article\tmpl\default.php directly into the \templates\game_world\html\com_content\article and edited  <?php if ($this->params->get('show_page_heading')) : ?> to  <?php if ($this->params->get('show_page_heading', 0)) : ?>. No go.
3. I've tried to uninstall and reinstall the theme 3 times.
4. I've triple checked to make sure there was now "show title" override in the articles themselves.

If anyone can help out, I'd appreciate it.


: Re: Cannot Hide Article Title
: mikek February 03, 2017, 08:29:01 AM
Hello,

The template itself does not control this, this is a Joomla setting. Article titles are hidden globally under that menu item's settings. For example if you're on a blog menu item, they are turned off under the Options tab when editing that menu item.