Title: Logo clickable
Last modified: August 21, 2016

---

# Logo clickable

 *  Resolved [Newki75](https://wordpress.org/support/users/newki75/)
 * (@newki75)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/logo-clickable/)
 * Hello,
 * My logo is not clickable. So I’ve tried to put it in header with the function“
   Cliakble header” but it doesn’t work better. Can anyone help me ?
    Best regards
   and thanks in advance

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Thread Starter [Newki75](https://wordpress.org/support/users/newki75/)
 * (@newki75)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/logo-clickable/#post-3881828)
 * Nobody to help me? I’m surely not the only one where the logo leads to the root.
 *  [wp-21](https://wordpress.org/support/users/wp-21/)
 * (@wp-21)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/logo-clickable/#post-3881830)
 * Pls post link to your site…
 *  [GerritN](https://wordpress.org/support/users/gerritn/)
 * (@gerritn)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/logo-clickable/#post-3881831)
 * Hi there Newki75,
 * you need to go to your index.template file.
 * There you have to find <div id=”logo”/> and replace that with
 *  `<div id=”logo”>
    <a href=”‘.$scripturl.'” title=””></a> </div>`
 * Then open index.css and find #logo {
    and replace that with #logo a {
 * Kind regards
 *  [wp-21](https://wordpress.org/support/users/wp-21/)
 * (@wp-21)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/logo-clickable/#post-3881832)
 * And do create child theme first and do all the changes in that only….cheers..:).
 *  Thread Starter [Newki75](https://wordpress.org/support/users/newki75/)
 * (@newki75)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/logo-clickable/#post-3881835)
 * Thanks ! Could you precise me wich php file is concerned for the first part, 
   I’m a bit lost…
 *  [GerritN](https://wordpress.org/support/users/gerritn/)
 * (@gerritn)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/logo-clickable/#post-3881836)
 * You have to open up your editor and look for the index.template file and there
   you have to search for the logo code 🙂 And yes do create a child theme first
   before you make any changes please.
 *  Thread Starter [Newki75](https://wordpress.org/support/users/newki75/)
 * (@newki75)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/logo-clickable/#post-3881837)
 * Sorry, me again 😉 In my Editor, I have those files, and it’s not in index.php(
   I don’t have index.template). Thanks for your help 🙂
 *     ```
       Modèle pour l’erreur 404
           (404.php)
           admin-functions.php
           custom-styles.php
           defaults.php
           main.php
           sanitize.php
           settings.php
           Archives
           (archive.php)
           Modèle pour les fichiers attachés
           (attachment.php)
           Modèle pour un auteur
           (author.php)
           Modèle pour les catégories
           (category.php)
           Commentaires
           (comments.php)
           content-aside.php
           content-chat.php
           content-gallery.php
           content-image.php
           content-link.php
           content-page.php
           content-quote.php
           content-status.php
           content.php
           Pied de page
           (footer.php)
           Fonctions du thème
           (functions.php)
           En-tête
           (header.php)
           theme-comments.php
           theme-frontpage.php
           theme-functions.php
           theme-hooks.php
           theme-loop.php
           theme-seo.php
           theme-setup.php
           theme-shortcodes.php
           theme-styles.php
           Modèle pour la page d’accueil
           (index.php)
           Modèle de page
           (page.php)
           Résultats de recherche
           (search.php)
           Formulaire de recherche
           (searchform.php)
           sidebar-footer.php
           Colonne latérale
           (sidebar.php)
           Article seul
           (single.php)
           Modèle pour un mot-clef
           (tag.php)
           Modèle de page Blog Template ( Posts Page)
           (template-blog.php)
           Modèle de page One column, no sidebar
           (template-onecolumn.php)
           Modèle de page Category page with intro
           (template-page-with-intro.php)
           Modèle de page Three columns, Sidebars Left and Right
           (template-threecolumns-center.php)
           Modèle de page Three Columns, Sidebars on the Left
           (template-threecolumns-left.php)
           Modèle de page Three columns, Sidebars on the Right
           (template-threecolumns-right.php)
           Modèle de page Two columns, Sidebar on the Left
           (template-twocolumns-left.php)
           Modèle de page Two Columns, Sidebar on the Right
           (template-twocolumns-right.php)
       ```
   
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/logo-clickable/#post-3881838)
 * **You should not modify theme files ever** as your changes will be lost when 
   the theme is updated – instead you need to use a Child Theme – see:
 * [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 *  [GerritN](https://wordpress.org/support/users/gerritn/)
 * (@gerritn)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/logo-clickable/#post-3881839)
 * You should download Firebug. It is a wonderful tool to find the code you need
   fast and effectively 🙂 If you are using Firefox you can download it as an add-
   on. Download it and let me help you further then 🙂
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/logo-clickable/#post-3881840)
 * [@newki75](https://wordpress.org/support/users/newki75/) – please post a link
   to your site.
 *  Thread Starter [Newki75](https://wordpress.org/support/users/newki75/)
 * (@newki75)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/logo-clickable/#post-3881850)
 * It didn’t work on localhost but it works in production 🙂
    Thanks guys

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Logo clickable’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mantra/3.3.4/screenshot.png)
 * Mantra
 * [Support Threads](https://wordpress.org/support/theme/mantra/)
 * [Active Topics](https://wordpress.org/support/theme/mantra/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mantra/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mantra/reviews/)

 * 11 replies
 * 4 participants
 * Last reply from: [Newki75](https://wordpress.org/support/users/newki75/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/logo-clickable/#post-3881850)
 * Status: resolved