add a link in my footer
-
Hy.
So in the footer of my website, there a link “powered by wordpress”.
I would like to had a link to several other site i own.This is the code inside footer.php
`<div id=”site-generator”>
<?php do_action( ‘twentyeleven_credits’ ); ?><a>” title=”<?php esc_attr_e( ‘Semantic Personal Publishing Platform’, ‘twentyeleven’ ); ?>”><?php printf( __( ‘Proudly powered by %s’, ‘twentyeleven’ ), ‘WordPress’ ); ?></a>
</div>`
How do i had my code:
<a>" title="<?php esc_attr_e( 'professional website', 'cecile rejasse' ); ?>"><?php printf( __( ' by Chou', 'cecile rejasse' ), 'cecile rejasse' ); ?></a>
Thanks per advance
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘add a link in my footer’ is closed to new replies.