- Posts: 16
- Thank you received: 0
article pager
-
helgi88
Inactive member - Topic Author
- New Member
Less
More
13 years 6 months ago #8720
by helgi88
Replied by helgi88 on topic Re: article pager
Yes from both. But it still show "Hits"
Is it not an option to delete it inside a file somewhere?
Is it not an option to delete it inside a file somewhere?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #8724
by ivan.milic
Replied by ivan.milic on topic Re: article pager
Hi open:
templates\hot_sportal\html\com_content\featured\default_item.php
find this:
<?php if ($params->get('show_hits')) : ?>
<?php echo JText::sprintf('COM_CONTENT_ARTICLE_HITS', $this->item->hits); ?>
<?php endif; ?>
just comment echo by putting // before it:
<?php if ($params->get('show_hits')) : ?>
<?php // echo JText::sprintf('COM_CONTENT_ARTICLE_HITS', $this->item->hits); ?>
<?php endif; ?>
templates\hot_sportal\html\com_content\featured\default_item.php
find this:
<?php if ($params->get('show_hits')) : ?>
<?php echo JText::sprintf('COM_CONTENT_ARTICLE_HITS', $this->item->hits); ?>
<?php endif; ?>
just comment echo by putting // before it:
<?php if ($params->get('show_hits')) : ?>
<?php // echo JText::sprintf('COM_CONTENT_ARTICLE_HITS', $this->item->hits); ?>
<?php endif; ?>
The following user(s) said Thank You: helgi88
Please Log in to join the conversation.
Time to create page: 0.077 seconds