Joomla fix: No items to display

Published in Website Design | On May 12th, 2008

Sometimes you get the message of “no items to display” in your Joomla home page. This stuff happens when there’s no items published on the Front page component of Joomla. Here’s a quick solution:

Simply edit the language file

from

DEFINE('_EMPTY_BLOG','There are no items to display');

to

DEFINE('_EMPTY_BLOG','');

Cheers’

Leave a Reply