A lot of file editing to do, so in 2 parts:
Please edit those files:
/templates/gk_news2/html/com_content/archive/default_items.php
/templates/gk_news2/html/com_content/article/default.php
/templates/gk_news2/html/com_content/category/blog_item.php
/templates/gk_news2/html/com_content/featured/default_item.php
/templates/gk_news2/html/com_k2/templates/generic.php
/templates/gk_news2/html/com_k2/templates/default/category_item.php
/templates/gk_news2/html/com_k2/templates/default/item.php
/templates/gk_news2/html/com_k2/templates/default/latest_item.php
/templates/gk_news2/html/com_k2/templates/default/tag.php
/templates/gk_news2/html/com_k2/templates/default/user.php
and in each please find:
- Code: Select all
'F j, Y'
and replace it with:
- Code: Select all
'j F Y'
More on date formatting:
http://codex.wordpress.org/Formatting_Date_and_Time(I know its WordPress article, but is describes the use of php date() which is exactly same on every system that uses it).