Viewing 3 replies - 1 through 3 (of 3 total)
  • The quick and dirty way is to modify the footer.php file in the theme. Looks like twentyten, which I believe includes the site name in the footer, which is why you’re having both change.

    Thread Starter Trailfoot

    (@trailfoot)

    What would I edit in the footer?

    The code in the footer at around line 25:

    <div id="site-info">
    				<a href="<?php echo home_url( '/' ) ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
    					<?php bloginfo( 'name' ); ?>
    				</a>
    			</div><!-- #site-info -->

    Make sure you do NOT delete the wp_footer function somewhere beneath this code, though, or you’ll likely break a bunch of plugins.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing the text at the bottom of the page’ is closed to new replies.