iphone menu

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Wed Aug 10, 2011 2:34 pm
On the mobile iphone version landing page I want to eliminate the "Category" the "published On" and the "Last updated" and the "hits" information. I choose HIDE in the article settings but it still shows, where woudl these settings be?
User avatar
Junior Boarder

GK User
Fri Apr 13, 2012 6:06 pm
You need to edit following template file in order to make the change you are wanting:
html/com_content/category/blog_item.php

Around line 269 (in my template), remove the following code:
Code: Select all
<p><?php echo JText::sprintf('COM_CONTENT_LAST_UPDATED', JHTML::_('date',$this->item->modified, JText::_('DATE_FORMAT_LC2'))); ?></p>
      <p><?php echo JText::sprintf('COM_CONTENT_ARTICLE_HITS', $this->item->hits); ?></p>


That should do it.
User avatar
Senior Boarder

GK User
Tue Apr 17, 2012 4:30 pm
Forgot to mention, also repeat the same change in html/com_content/featured/default_item.php
User avatar
Senior Boarder


cron