• Hi Tim and all,

    I have looked around for instructions on changing the copyright found within the footer, currently set at:

    ? 2014 Toronto Booze Hound. Theme by XtremelySocial and Blacktie.

    I have found your instructions in the past to change this, but changes made to this code:

    add_filter('xsbf_credits', 'xsbf_child_credits');
    function xsbf_child_credits ( $site_credits ) {
    
    	$theme = wp_get_theme();
    	$site_credits = sprintf( __( '© 2014 - %1$s %2$s'),
    		date ( 'Y' ),
    		'<a href="' . esc_url( home_url( '/' ) ) . '" rel="home">' . get_bloginfo( 'name' ) . '</a>'
    	);
    	return $site_credits;
    }

    Don’t seem to reflect on the page.

    It’s possible I’m not fully understanding the php. The end-goal is to have it changed to a simple:

    2014 – ($currentDate) Toronto Booze Hound

    What would be the easiest way to accomplish this?

    Site is https://torontoboozehound.com

    I do understand that having both wpsupercache and cloudflare on would make changes take some time, but I clear the cache within the plugin and put cloudflare into developer mode as well as use incognito mode to look for changes.

    Thanks.

  • The topic ‘[Theme: Pratt] Footer Copyright’ is closed to new replies.