• Is there any way to change the “Powered by WordPress and THEME NAME” credit at the bottom of the page? I looked in footer.php and couldn’t find anything relevant.

    I’m not interested in removing the credits, just adding to them.

    Thanks,
    Thirty-Three

Viewing 4 replies - 1 through 4 (of 4 total)
  • Generally speaking, it usually can be found in footer.php of whatever theme you are using. What you are looking for is something similar to this;

    Content &copy; <?php bloginfo('name'); ?>. Proudly powered by <a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a>

    Hi Clayton, I also want to change my footer. were should I use that code? in the CSS Stylesheet Editor?

    Hi my footer in my theme Journalized only contains this single line:

    <?php wp_footer(); ?>

    I dont know where “Powered by WordPress” is coming from. I have searched as many files I could find (all .php files) and I have checked all files that sound like footer.php. Still couldnt find where this “Powered by WordPress” is coming from.

    Hi I found the answer the file is “centre-foot.php” in this theme

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing “Powered by WordPress” footer’ is closed to new replies.