Hi,
I am trying to remove the link in the footer (on the right hand side of the footer) of the WordPress link and replace it with two links to 2 pages on my site.
I see this code in the footer.php
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyten' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a>
I think I need to change this, but can anyone give me an example of how to change that code to point to: a) page1 and b) page2 of my site?
I also want to remove the WordPress logo....
Thanks.