adding link to 2010 footer
-
First I should say I am not a coder, though I know a little HTML. (No PHP)
I am trying to add anchor text link (Website designed by….) in the middle of the footer (between site name and powered by WP.) But have no idea how to do it.
In the footer.php file, I tried copying the site generator div code (below) and making replacements for my domain name and anchor text and title – that did not work. Plus, I wasn’t sure how to specify where to put it anyway.
<div id=”site-generator”>
<?php do_action( ‘twentyten_credits’ ); ?>
“
title=”<?php esc_attr_e(‘Semantic Personal Publishing Platform’, ‘twentyten’); ?>” rel=”generator”>
<?php printf( __(‘Proudly powered by %s.’, ‘twentyten’), ‘WordPress’ ); ?>
</div><!– #site-generator –>Can anyone help with this>
- The topic ‘adding link to 2010 footer’ is closed to new replies.