• Hi there.. having a brain cell loss.. I am on the latest wp and using the Jehanne theme and on the bottom of the theme is

    Proudly powered by WordPress theme by WP Blogs

    I can not figure where I can change the wording. It mentions colophon but its not in my list. Can anyone assist as to where I can remedy this?

    Thanks K

Viewing 3 replies - 1 through 3 (of 3 total)
  • Looks like it’s in the functions.php, lines 1039-1044. If they support child themes, I’d create a child theme first, then change the functions.php of the child theme.

    If that’s a bit too difficult, I’d at least make a backup of the original file, and of the new one, in case a theme update would overwrite your changes.

    kristboys could just first play with the text in the code and see how that works out?

    <div class="site-info">
    		<a href="<?php echo esc_url( __( 'https://www.ads-software.com/', 'jehanne' )); ?>"><?php printf( __( 'Proudly powered by %s', 'jehanne' ), 'WordPress' ); ?></a><?php esc_html( _e( ' theme by ', 'jehanne' ) ); ?><a href="<?php echo esc_url( 'https://wpblogs.ru/themes/' ); ?>">WP Blogs</a>
    	</div><!-- .site-info -->

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