This tutorial will show you how to optimize your article title when using pagebreaks. Probably you have noticed that when you use pagebreaks the website title states firstly the article title and then the new page title. This tutorial will show you how to avoid this and have the new page title first and then the […]
Tag: joomla
Joomla – How to put your domain name after the title
Usually Joomla cannot display your website name after the title you have set for it. However it’s pretty simple to make it the way that you want. There is a file named head.php in your joomla file structure. You need to find and edit this file. The path to this file is: libraries/joomla/document/html/renderer/head.php Open the […]
Howto add custom alt and title text in Joomla mod_banners
Unfortunately by default mod_banners in Joomla is using the banner name as alt text and there is no title text at all. It’s quite easy to set this up though. Firstly you need to edit your helper.php file located at modules/mod_banners directory. Open the file and find this line: $image = ‘imageurl.’” alt=”‘.JText::_(‘Banner’).’” />’; Now […]