I try to read the show_title attribute in a 1.7.3 Featured Article override with
Code: Select all
$params = &$this->item->params;
$params->get('show_title');
Using the above code in template_name/html/com_content/featured/default_item.php returns the same value (1) for both articles. Why would that be?
BTW, it also happens without the template override and the article properties are correctly stored in the database. Is it a bug?
Thanks for any insight,
Resolved: Kevin Griffiths pointed out on the issue tracker board that the Home menu item needs to be set to "Use Article Settings". Otherwise the global settings overrule the article settings.