Title: spfa's Replies | WordPress.org

---

# spfa

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Individual page for employee with their own login and edit management](https://wordpress.org/support/topic/individual-page-for-employee-with-their-own-login/)
 *  Thread Starter [spfa](https://wordpress.org/support/users/spfa/)
 * (@spfa)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/individual-page-for-employee-with-their-own-login/#post-5269017)
 * Thank you
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change footer Credit](https://wordpress.org/support/topic/change-footer-credit/)
 *  [spfa](https://wordpress.org/support/users/spfa/)
 * (@spfa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/change-footer-credit/page/2/#post-4238921)
 * Now that I finally got my footer to appear, I somehow deleted the one piece of
   code that automatically updates the year annually. Does anyone have that? If 
   in the event I fail to remember to change this on Dec 31st…? LOL.
 * Thanks mucho.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change footer Credit](https://wordpress.org/support/topic/change-footer-credit/)
 *  [spfa](https://wordpress.org/support/users/spfa/)
 * (@spfa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/change-footer-credit/page/2/#post-4238920)
 * Yeaaaahhh! Finally, thanks so much! I am pretty new to WordPress and embracing
   the newness of the integrated programming of WP. I am more functional and designer
   savvy, did not know about the commented areas. Thank you for the information 
   Stephen.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change footer Credit](https://wordpress.org/support/topic/change-footer-credit/)
 *  [spfa](https://wordpress.org/support/users/spfa/)
 * (@spfa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/change-footer-credit/page/2/#post-4238919)
 * stephencottontail – I had no idea about this! – I will try this!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change footer Credit](https://wordpress.org/support/topic/change-footer-credit/)
 *  [spfa](https://wordpress.org/support/users/spfa/)
 * (@spfa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/change-footer-credit/page/2/#post-4238918)
 * In my child theme I have the following files:
 * functions.pho
    style.css screenshot.png
 * the info inside my function php is as follows:
 *     ```
       <?php
       /**
       add_filter('tc_credits_display', 'my_custom_credits');
       function my_custom_credits(){
       $credits = '';
       $newline_credits = '';
       return '
       <div class="span4 credits">
       <p> · © '.esc_attr( date( 'Y' ) ).' '.esc_attr(get_bloginfo()).' · '.($credits ? $credits : 'Created by SPFA Design').' ·'.($newline_credits ? '
       · '.$newline_credits.' ·' : '').'</p> </div>';
       }
       */
       ```
   
 * Does this help? What else needs to be here, added, deleted?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change footer Credit](https://wordpress.org/support/topic/change-footer-credit/)
 *  [spfa](https://wordpress.org/support/users/spfa/)
 * (@spfa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/change-footer-credit/page/2/#post-4238916)
 * In my child theme I have the following files:
 * functions.pho
    style.css screenshot.png
 * the info inside my function php is as follows:
 * <?php
    /** add_filter(‘tc_credits_display’, ‘my_custom_credits’); function my_custom_credits(){
   $credits = ”; $newline_credits = ”; return ‘ <div class=”span4 credits”> <p> ·
   © ‘.esc_attr( date( ‘Y’ ) ).’ ‘.esc_attr(get_bloginfo()).’ · ‘.($credits ? $credits:‘
   Developed by SPFA Design’).’ ·’.($newline_credits ? ‘ · ‘.$newline_credits.’ ·’:”).'
   </p> </div>’; } */
 * `
 * Does this help? What else needs to be here, added, deleted?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change footer Credit](https://wordpress.org/support/topic/change-footer-credit/)
 *  [spfa](https://wordpress.org/support/users/spfa/)
 * (@spfa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/change-footer-credit/page/2/#post-4238915)
 * Hi Electric Feet, that is another users (see above) it’s her site (tangobest).
 * The site I am working on is The site I am working on is [http://campbellexpress.com](http://campbellexpress.com)
 * Thank you 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change footer Credit](https://wordpress.org/support/topic/change-footer-credit/)
 *  [spfa](https://wordpress.org/support/users/spfa/)
 * (@spfa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/change-footer-credit/page/2/#post-4238912)
 * Ok…. so here is my recent update. The Footer is still not updates.
 * I do have access to the FTP and have followed the directions of the link you 
   provide (How to Customize Customizr.) I did see that there was a child theme 
   downloader and downloaded this. I archived the child theme that I created and
   replaced with the newly developed Customizr child theme.
 * The new child theme (from Customisr download) had an area in the functions.php
   file that indicated to insert all custom details in the designated area. I inserted
   the provided code that you have supplied above with my modifications.
 *     ```
       add_filter('tc_credits_display', 'my_custom_credits');
       function my_custom_credits(){
       return '<div class="span4 credits"><p>ADD YOUR TEXT HERE</p></div>';
       }
       ```
   
 * My changes are (still) not reflected :-(.
    I have spent **several **hours trying
   to get one simple line of this theme modified. Any suggestions?
 * Thank you for your amazing help, I believe that I am getting close ….
    Please
   advise, thank you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change footer Credit](https://wordpress.org/support/topic/change-footer-credit/)
 *  [spfa](https://wordpress.org/support/users/spfa/)
 * (@spfa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/change-footer-credit/#post-4238909)
 * Thank you…. OK so I put this in the link:
    Through the wp-admin
 * [http://www.campbellexpress.com/wp-admin/customize.php](http://www.campbellexpress.com/wp-admin/customize.php)
 * I added this text with my modifications in the “Custom CSS” dropdown section.
   
   Not working. WHAT am I missing… :o(
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change footer Credit](https://wordpress.org/support/topic/change-footer-credit/)
 *  [spfa](https://wordpress.org/support/users/spfa/)
 * (@spfa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/change-footer-credit/#post-4238907)
 * Thanks – I have read this and have executed the procedures…. NONE of them is 
   working for me. Can someone please help????
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change footer Credit](https://wordpress.org/support/topic/change-footer-credit/)
 *  [spfa](https://wordpress.org/support/users/spfa/)
 * (@spfa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/change-footer-credit/#post-4238905)
 * I have been to the Themes & Co website, read all of the tutorials, did every 
   step that is noted, and cannot get this to work for me. I use a lot of other 
   themes and this one is the hardest to modify a simple footer section. Wny is 
   this???
 * So frustrated 🙁
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change footer Credit](https://wordpress.org/support/topic/change-footer-credit/)
 *  [spfa](https://wordpress.org/support/users/spfa/)
 * (@spfa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/change-footer-credit/#post-4238904)
 * Wow, I was looking at an old thread… thanks for this info. I am new to snippets.
   Do I get the file from ther appearance/editor… or do I log into the FTP and download
   a file???
 * So… if I am understanding correctly is line 3 supposed to look like this between
   the ”:
 * $credits = ‘[Site Development by Sue Smith Design](http://www.mysite.com) ‘;
 * And the line 4 is an extra line if I choose to note other info.
 * Please let me know, thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Change footer Credit](https://wordpress.org/support/topic/change-footer-credit/)
 *  [spfa](https://wordpress.org/support/users/spfa/)
 * (@spfa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/change-footer-credit/#post-4238902)
 * Hi there – as like some other users here I am relatively new to WP. Although 
   I have managed to get around rather well and I really like this Customizr WP 
   theme a lot.
 * I have created a child theme and everything is great there.
 * I have to say I have followed the steps to change this “credit” on the footer….
   I cannot locate the area to make this change. I would like to remove the white
   footer text that reads: Designed by Themes Co.
 * The site I am working on is [http://campbellexpress.com/wordpress](http://campbellexpress.com/wordpress)
   (
   This will be migrated to the root directory once I finish some more tweaks.) 
   One of them mainly being this footer issue. Why is just changing this footer 
   text a HUGE big deal with this theme. Everything else on this theme is simple
   and to the point. I am so perplexed. Please help.
 * Any assistance on this would be greatly appreciated.
    Thanks all!

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