I tried installing the plug in but the footer is still there. I just want to make the site look more concise, nothing against WordPress.
I tried installing the plug in but the footer is still there. I just want to make the site look more concise, nothing against WordPress.
Site URL?
what plugin? there are 22,253 plugins in this plugin directory http://wordpress.org/extend/plugins/ alone ...tried installing the plug in
the code for the WordPress trademark and link is often to be found in footer.php of the theme.
Site URL is dannymullins.co.uk . Plug in is the remove footer plug in.
it is recommended to use a child theme to customize Twenty Eleven;
http://codex.wordpress.org/Child_Themes
edit footer.php and remove:
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyeleven' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?></a>
You must log in to post.