Categories

Featured templates

Joomla 2.5.x How to change logo link

Emily Rose February 10, 2015
Rating: 5.0/5. From 1 vote.
Please wait...

We are glad to present a new guide for Joomla templates that includes step by step instructions on changing the default logo link in Joomla 2.5.

Joomla 2.5.x How to change logo link

Usually, the logo link can be changed in the index.php file located under the templates/themeXXX/ folder.

In case you cannot locate logo link in the index.php file, you should perform the following steps:

  1. Connect to your FTP using any FTP client like FileZilla or Total Commander.

  2. Go to templates/themeXXX/features and check for the logo.php file. If the file is there, move to step 6.

  3. In case there is no logo.php file there, navigate to the libraries folder. Open gantry folder:

    Joomla-2.5.x.How_to_change_logo_link-1

  4. Navigate to features folder and locate the logo.php file inside:

    Joomla 2.5.x.How_to_change_logo_link-2

  5. Copy the logo.php file to the templates/themeXXX/features folder before making any changes:

    Joomla 2.5.x.How_to_change_logo_link-3

    Joomla 2.5.x.How_to_change_logo_link-4

  6. Open the logo.php file that you have just copied to the templates/themeXXX/features folder with any code editor like Notepad++ and locate the following code:

    <a href="<?php echo $gantry->baseUrl; ?>" id="rt-logo"></a>

    Change the code with your custom link

    <a href="http://www.google.com/" id="rt-logo"></a> 

    Joomla 2.5.x.How_to_change_logo_link-5

  7. Save the changes and re-upload the file to the server:

Feel free to check the detailed video tutorial below:

Joomla 2.5.x How to change logo link

Joomla Templates
This entry was posted in Joomla! Tutorials and tagged joomla, link, logo. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket