lisa
(@contentiskey)
please post link to your website.
what theme are you using?
have you checked the theme customizer or theme options area?
which file did you edit to remove the powered by wordpress?
do you have a child theme step or did you make a change to the original theme files?
I am running Responsive Theme.
Yes, well nothing wrong in the customizer what I can see.
I changed the file under Apperances > Editor > footer.php
Oooh…man…I should have left it alone 😀
This is how it looks now
</div><!– end of .copyright –>
<div class=”grid col-300 scroll-top”>“><?php _e( ‘↑’, ‘responsive’ ); ?></div>
<div class=”grid col-300 fit powered”>
” title=”<?php esc_attr_e( , ‘Responsive Theme’,’responsive’ ); ?>”>
Responsive Theme
<?php esc_attr_e( ‘Powered by’, ‘responsive’ ); ?> ” title=”<?php esc_attr_e( ‘WordPress’, ‘responsive’ ); ?>”>
WordPress
</div><!– end .powered –>
</div><!– end #footer-wrapper –>
<?php responsive_footer_bottom(); ?>
</div><!– end #footer –>
<?php responsive_footer_after(); ?>
<?php wp_footer(); ?>
</body>
Fixed it -replaced footer.php with a new file 🙂
lisa
(@contentiskey)
my suggestion for future is to have a child theme that can be used to manage changes.
Resources to create child theme
http://codex.wordpress.org/Child_Themes
http://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/