Apostrophe 2 Remove Powered by WordPress
-
I am struggling to remove the “Powered by WordPress: Theme Apostrophe 2” footer at the bottom of my site. I went to footer.php and deleted the text saying “Powered by WordPress: Theme Apostrophe 2″ and even tried deleting the entire footer.php code, but nothing worked. I even tried to add
#site-info {display:none} to my CSS even though it is not good for SEO, which did not work either.Here’s the footer.php code:
“><?php printf( esc_html__( ‘Proudly powered by %s’, ‘apostrophe-2’ ), ‘WordPress’ ); ?>
<span class=”sep”> | </span>
<?php printf( esc_html__( ‘Theme: %1$s by %2$s.’, ‘apostrophe-2’ ), ‘Apostrophe 2’, ‘WordPress.com‘ ); ?> -
Hi there!
What’s the address of the site you’re working on?
Please note that these forums are for WordPress.com-hosted sites only. If your site is using the open-source WordPress.org software, we won’t be able to help you out, and you’ll want to seek help at these forums:
- The topic ‘Apostrophe 2 Remove Powered by WordPress’ is closed to new replies.