Support » Fixing WordPress » Change the footer designed by link

  • Resolved Tech-Dom

    (@tech-dom)


    With Customizr version 3.0.13, the code to change the Designed by link is in the file: customizr/parts/class-footer-footer_main.php.

    1. Download class-footer-footer_main.php
    2. Replace'<a href="'.TC_WEBSITE.'">Themes & Co</a>'with your info (note the single quotes to be removed)
    3. Example:'<a href="http://YourSite.com" target="_blank">Your Site Name</a>'

    When customizr is updated, this file will be overwritten, so you will need to upload this file again unless you are using a child theme.

    If you are using a child theme, then you need to upload the amended file to the parts folder under your child theme – customizr_child_folder/parts/class-footer-footer_main.php

Viewing 2 replies - 1 through 2 (of 2 total)
  • Please post this on the Customizr forum –

    http://wordpress.org/support/theme/customizr

    Theme files really should be modified ONLY in a child theme, so it’d be good to just put that in your post.

    Thread Starter Tech-Dom

    (@tech-dom)

    I totally agree that child themes should be used for modifications. Therefore, my previous post would be summarized as follows.

    1. Download customizr/parts/class-footer-footer_main.php
    2. Replace<a href="‘.TC_WEBSITE.’">Themes & Co</a>with your info (note the single quotes to be removed)
    3. Example:<a href="http://YourSite.com" target="_blank">Your Site Name</a>
    4. Upload the modified file to your child theme, – customizr_child_folder/parts/class-footer-footer_main.php
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the footer designed by link’ is closed to new replies.