Tag: joomla tips

Remove Numbers from Joomla Category View

By default joomla shows a number by each article when listing all the titles in a category view layout.

Here’s how to remove the numbers…

Continue reading “Remove Numbers from Joomla Category View” ››

Remove Joomla! is Free Software Text from the Admin Area

To change or remove the “Joomla! is Free Software released under the GNU/GPL License.” links from the joomla administration area we need to edit 3 files:

administrator/templates/khepri/cpanel.php
administrator/templates/khepri/index.php
administrator/templates/khepri/login.php

Continue reading “Remove Joomla! is Free Software Text from the Admin Area” ››

Remove Joomla Generator Tag

Rather than hacking the core files, which can be replaced with an update, place this line in your template index.php file above the </head> tag.

<?php $this->setGenerator('Changethisline'); ?>

Replace Changethisline with whatever you want to show or just leave it empty.