Viewing 4 replies - 1 through 4 (of 4 total)
  • what would you like to do?

    Thread Starter heidi1179

    (@heidi1179)

    I’d like to remove the wordpress info and add my name and all rights reserved.

    There should be a place somewhere in your theme options next the 2013 to write you name in there.

    It may see something like %year%%blogname% replace the %blogname% with your name.

    I would check in that same area because it often times there will be check marks on the display wordpress, and site, etc. and they are usually ticked by default.

    not super familiar with your theme, but that’s a good place to start without coding.

    i would also recommend getting rid of the stuff below your footer.

    Theme Author Christine Rondeau

    (@crondeau)

    I think that you left out your site title blank, so the name of your site is not appearing in the footer.

    You could make a child theme and then in your child theme, just make a copy of the footer.php and you can then edit the html in there. Just change this:

    <?php echo date('Y'); ?> <?php bloginfo('name'); ?> <span class="sep">|</span> <?php _e( 'Powered by', 'mon_cahier' ); ?> <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'mon_cahier' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'mon_cahier' ); ?>"><?php printf( 'WordPress' ); ?></a> <span class="sep">|</span> <?php _e( 'Theme Mon Cahier by', 'mon_cahier' ); ?> <a href="<?php echo esc_url( __( 'http://bluelimemedia.com/', 'mon_cahier' ) ); ?>" title="<?php esc_attr_e( 'Bluelime Media', 'mon_cahier' ); ?>"><?php printf( 'Bluelime Media' ); ?></a>

    To :

    <?php echo date('Y'); ?> Heidi Metro. All Rights reserved.

    Or anything you want.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Customize footer’ is closed to new replies.