Page, remove date snippet - Appears on google results :(

Get help or discuss with other members about business Joomla! 3 and 2.5 template designed especially for your start-up projects on dedicated support forum.
GK User
Mon May 06, 2013 3:43 pm
Please advise how to remove the date snippet for pages. Google lists these and its only useful for blog posts. Makes static pages look old when they are not.


Thanks in advance :side:
User avatar
Junior Boarder

GK User
Mon May 06, 2013 8:29 pm
Hi,
Could you send me a direct URL to this page with date? (here or via PM)
User avatar
Moderator

GK User
Mon May 06, 2013 8:57 pm
I already know what you mean, please open Startup/gavern/helpers/helpers.layout.fragments.php, find function gk_post_meta (around line 212) and inside this function, before <aside class="meta"> mark, add this condition
Code: Select all
<?php if(!is_page()) : ?>

after </aside> add this line:
Code: Select all
<?php endif; ?>   

It should helps..
User avatar
Moderator

GK User
Tue May 07, 2013 3:51 am
Thank you very much. That seems to do the trick! :)
User avatar
Junior Boarder


cron