Disable Tag Stream Article Titles

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jan 16, 2013 5:01 pm
Reply with quote
Report this post
How do you disable K2 Tag Stream Titles from articles...I have done it on Category streams but cannot find where to do it on tags. Thanks
User avatar
Senior Boarder

teitbite
Thu Jan 17, 2013 3:28 am
Reply with quote
Report this post
Hi

All tags view settings are under Layouts tab in main K2 options. But I'm not sure if there were an option to disable that. You may need to remove it manualy in /com_k2/templates/tag.php . By remove I mean to store changed file in template's /html/com_k2/templates/
User avatar
Moderator

GK User
Tue Jan 22, 2013 9:00 pm
Reply with quote
Report this post
what would I change in the tag.php file to remove the titles?
User avatar
Senior Boarder

teitbite
Wed Jan 23, 2013 2:27 am
Reply with quote
Report this post
Hi

I believe this code is responsible for showing title:

Code: Select all
   <?php if($this->params->get('show_page_title')): ?>
   <!-- Page title -->
   <div class="componentheading<?php echo $this->params->get('pageclass_sfx')?>">
      <?php echo $this->escape($this->params->get('page_title')); ?>
   </div>
   <?php endif; ?>
User avatar
Moderator


cron