• Resolved jojo29

    (@jojo29)


    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="https://www.mrwebcreation.com">MRWebCréation</a>', '<a href="https://www.ads-software.com/">WordPress</a>', <a href="https://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: https://www.ecolekerlann.org/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jojo29

    (@jojo29)

    Well I found the code. How else is it possible to remove the word dazzling?
    Thank you in advance.

    Thread Starter jojo29

    (@jojo29)

    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!

    Hi @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.