Title: Problem with footer
Last modified: August 20, 2016

---

# Problem with footer

 *  [miami.us](https://wordpress.org/support/users/miamius/)
 * (@miamius)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/problem-with-footer-5/)
 * I use the twenty ten theme and I want to change the text in the footer. I want
   to change the page title to something else. How can i do that? i can delete it,
   but i cant change it.
    Thats my footer php:
 * _[code moderated - please read [http://codex.wordpress.org/Forum\_Welcome#Posting\_Code](http://codex.wordpress.org/Forum_Welcome#Posting_Code)]_

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/problem-with-footer-5/#post-2206613)
 * what did you try to change in this section:
 *     ```
       <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 -->
       ```
   
 * and what are you trying to change it to?
 * this part: `<?php bloginfo( 'name' ); ?>` outputs the site title; and the other
   part generates a link to the home page.
 *  Thread Starter [miami.us](https://wordpress.org/support/users/miamius/)
 * (@miamius)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/problem-with-footer-5/#post-2206749)
 * I dont the stie title to be there. on the left side in the footer, there is the
   site title, the same that is in the header. the name of the website. but i want
   something else to be there. how can i do that?
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/problem-with-footer-5/#post-2206754)
 * told you already – change `<?php bloginfo( 'name' ); ?>` to ‘something else’
 * if you want to link the ‘something else’ to somewhere else, then it gets more
   complicated; change the section;
 * example:
 *     ```
       <div id="site-info">
       				<a href="http://linktosomewhere" title="some lnk title" rel="whatever">
       					'something else'
       				</a>
       			</div><!-- #site-info -->
       ```
   

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

The topic ‘Problem with footer’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/problem-with-footer-5/#post-2206754)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
