• Resolved beckswade

    (@beckswade)


    Hi there,

    I have changed the dazzling/inc/extras.php to have the following code:

    if ( ! function_exists( ‘dazzling_footer_info’ ) ) :
    /**
    * function to show the footer info, copyright information
    */
    function dazzling_footer_info() {
    global $dazzling_footer_info;
    printf( __( ‘Webdesign by %1$s Working for %2$s’, ‘dazzling’ ) , ‘Rebecca Wade‘, ‘Tickling Trout‘);
    }
    endif;

    on lines 303 – 311

    Yet the footer still displays the text Theme by Colorlib Powered by WordPress.

    Please can you tell me how to rectify this?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer coding’ is closed to new replies.