Article Titles

  • carterkoths
  • Topic Author
  • New Member
  • New Member
More
10 years 8 months ago #40302 by carterkoths
Article Titles was created by carterkoths
Article title won't unpublish even when setting Show Title to hide for any specific article. Joomla issue or can template be tweaked?

www.memaonline.org/index.php?option=com_...=featured&Itemid=476

Please Log in to join the conversation.

More
10 years 8 months ago #40312 by ivan.milic
Replied by ivan.milic on topic Article Titles
Did you maybe set explicitly on some other level for title to show.

If you look:

templates\hot_responsive\html\com_content\featured\default_item.php
Code:
<?php if ($params->get('show_title')) : ?> <h2> <?php if ($params->get('link_titles') && $params->get('access-view')) : ?> <a href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid)); ?>"> <?php echo $this->escape($this->item->title); ?></a> <?php else : ?> <?php echo $this->escape($this->item->title); ?> <?php endif; ?> </h2> <?php endif; ?>

there is correct condition:

if ($params->get('show_title'))

so something is not set properly.

Please Log in to join the conversation.

Time to create page: 0.127 seconds
Powered by Kunena Forum