I am trying to change the logo of WP that is in a WP theme I was able to change the anchor text and url destination but not the small WP logo next to the anchor text. I changed it from the themes editor page here is the footer page code before my changes can anyone help thanks?
</a>
</div><!-- #site-info -->
<div id="site-generator">
<?php do_action( 'twentyten_credits' ); ?>
<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' ); ?>
I also want to delete the text that comes up on all posts like " posted by and on date " something like that can anyone help thanks?
</a>
</div><!-- #site-info -->
<div id="site-generator">
<?php do_action( 'twentyten_credits' ); ?>
<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' ); ?>
I also want to delete the text that comes up on all posts like " posted by and on date " something like that can anyone help thanks?