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’





