Title: Footer coding
Last modified: August 31, 2016

---

# Footer coding

 *  Resolved [jojo29](https://wordpress.org/support/users/jojo29/)
 * (@jojo29)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/footer-coding-1/)
 * Good evening,
 * I would like to change the links in the footer of the sort:
 *     ```
       if ( ! function_exists( 'dazzling_footer_info' ) ) :
       /**
        * function to show the footer info, copyright information
        */
       function dazzling_footer_info() {
         global $dazzling_footer_info;
        printf( __( 'Site créé et géré par %1$s Propulsé par %2$s | %3$s', 'dazzling' ) , '<a href="http://www.mrwebcreation.com">MRWebCréation</a>', '<a href="http://wordpress.org/">WordPress</a>', <a href="http://www.ecolekerlann.org/mentions-legales/">Mentions Légales</a>');
       }
       endif;
       ```
   
 * But it does not work.
    And again I would remove the word dazzling. Thank you 
   in advance for your help.
 * Website: [http://www.ecolekerlann.org/](http://www.ecolekerlann.org/)

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

 *  Thread Starter [jojo29](https://wordpress.org/support/users/jojo29/)
 * (@jojo29)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/footer-coding-1/#post-7254933)
 * Well I found the code. How else is it possible to remove the word dazzling?
    
   Thank you in advance.
 *  Thread Starter [jojo29](https://wordpress.org/support/users/jojo29/)
 * (@jojo29)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/footer-coding-1/#post-7254948)
 * Its good. I solved the problems. To remove dazzling just have to put a space 
   in the copyright portion of the theme. And it’s good!
 *  [Free WP TP](https://wordpress.org/support/users/freewptp/)
 * (@freewptp)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/footer-coding-1/#post-7255115)
 * Hi [@jojo29](https://wordpress.org/support/users/jojo29/),
 * Awesome great to see you got that solved.
 * Please advise if you have more questions.
 * Have a fantastic day!
 * Cheers,
    Movin

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

The topic ‘Footer coding’ is closed to new replies.

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

## Tags

 * [Coding](https://wordpress.org/support/topic-tag/coding/)
 * [footer](https://wordpress.org/support/topic-tag/footer/)
 * [links](https://wordpress.org/support/topic-tag/links/)

 * 3 replies
 * 2 participants
 * Last reply from: [Free WP TP](https://wordpress.org/support/users/freewptp/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/footer-coding-1/#post-7255115)
 * Status: resolved