Do anyone know that all (blog) articles in Joomla are showing the same date (today's date) on the front Are there. However, when I check in the admin (back-end), the dates look OK.
I've cleared the cash suggested by some forums (in Joomla Cash Manager), but it's still showing today's date. any idea? Thanks
This worked for me, after a few hours of scratching my head ... < / P>
Go to: /public_html/site_folder/templates/template_name/html/com_content/category/blog_item.php
locate the line 36 (for me) and article to items , like this:
Old: ** article ** -> has been created, JText :: _ ('DATE_FORMAT_LC2')); ?>
New: ** Item ** -> Created, JText :: _ ('DATE_FORMAT_LC2')); ?>
Regards, Joao Taleko
Comments
Post a Comment