Title: Slogan Customizr
Last modified: August 31, 2016

---

# Slogan Customizr

 *  [lonix](https://wordpress.org/support/users/lonix/)
 * (@lonix)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/slogan-customizr/)
 * Hi guys,
 * I’m trying to insert a <“a”> tag customizer, so that the site slogan becomes 
   a link that brings to the blog.
 * it’s possible ?
 * thank you in advance

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

 *  [Menaka S.](https://wordpress.org/support/users/menakas/)
 * (@menakas)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/slogan-customizr/#post-7153787)
 * Hi,
    It is possible. Please give the link to your site. By slogan, do you mean
   the site description or tagline?
 *  Thread Starter [lonix](https://wordpress.org/support/users/lonix/)
 * (@lonix)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/slogan-customizr/#post-7153791)
 * hi,
    at the moment the site is in localhost. I still mean the description of 
   the site, the one that is shown at the top right with the theme customizr.
 *  [Menaka S.](https://wordpress.org/support/users/menakas/)
 * (@menakas)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/slogan-customizr/#post-7153838)
 * Hi,
    Try adding this to your child theme’s functions.php. Change the blog url.
 *     ```
       add_filter('tc_tagline_text','my_tagline');
       function my_tagline($content){
       return '<a href="http://YOURBLOGURL.com/">'.$content.'</a>'; //Change
       }
       ```
   
 *  Thread Starter [lonix](https://wordpress.org/support/users/lonix/)
 * (@lonix)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/slogan-customizr/#post-7153855)
 * it’s work
 * thx thx thx
 *  [Menaka S.](https://wordpress.org/support/users/menakas/)
 * (@menakas)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/slogan-customizr/#post-7153857)
 * Hi lonix,
    Glad that it works. Would you mind marking this post as resolved?

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

The topic ‘Slogan Customizr’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [Menaka S.](https://wordpress.org/support/users/menakas/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/slogan-customizr/#post-7153857)
 * Status: not resolved