Title: FantAstiC's Replies | WordPress.org

---

# FantAstiC

  [  ](https://wordpress.org/support/users/borayds/)

 *   [Profile](https://wordpress.org/support/users/borayds/)
 *   [Topics Started](https://wordpress.org/support/users/borayds/topics/)
 *   [Replies Created](https://wordpress.org/support/users/borayds/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/borayds/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/borayds/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/borayds/engagements/)
 *   [Favorites](https://wordpress.org/support/users/borayds/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Changing Logo Link to the Root Page](https://wordpress.org/support/topic/changing-logo-link-to-the-root-page/)
 *  Thread Starter [FantAstiC](https://wordpress.org/support/users/borayds/)
 * (@borayds)
 * [6 years ago](https://wordpress.org/support/topic/changing-logo-link-to-the-root-page/#post-12881252)
 * My pleasure. I should have shared this in the first place.
 * Also note that this code has been deleted after my wp updated automatically. 
   I don’t know if that is the case for every update and I don’t know the permanent
   solution.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Changing Logo Link to the Root Page](https://wordpress.org/support/topic/changing-logo-link-to-the-root-page/)
 *  Thread Starter [FantAstiC](https://wordpress.org/support/users/borayds/)
 * (@borayds)
 * [6 years ago](https://wordpress.org/support/topic/changing-logo-link-to-the-root-page/#post-12881190)
 * [@luapi](https://wordpress.org/support/users/luapi/) Under “Appearance > Theme
   Editor” I’ve added lines to “inc/functions.php” as following:
 *     ```
       /**************************************************************************************/
       add_filter( 'get_custom_logo', 'change_logo_url' );
   
       function change_logo_url( $html ) {
           $html = str_replace( 'href="https://blog.kuyruk.com/"', 'href="https://kuyruk.com/"', $html );
           return $html;
       }
       /**************************************************************************************/
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[ColorMag] Changing Logo Link to the Root Page](https://wordpress.org/support/topic/changing-logo-link-to-the-root-page/)
 *  Thread Starter [FantAstiC](https://wordpress.org/support/users/borayds/)
 * (@borayds)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/changing-logo-link-to-the-root-page/#post-12438416)
 * I’ve fixed the issue by getting help from irc chat. Edited the functions.php.
 * Thank you anyways.
 * Bora

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