2012-04-24

My wife started a food blog this weekend and decided to use the “Scrappy” WordPress theme by Caroline Moore.  But like all WordPress themes, there are a few customizations that are usually made to personalize the theme, the first of which is removing “Powered by WordPress” in the footer.

This blog post is essentially the same as my prior blog post about removing “Powered by WordPress” from the Twenty Eleven theme, but of course, for the Scrappy theme!  This post assumes you’ve created a child theme already, so that the changes you make persist even if the theme gets updated by the original author.

Copy the footer.php file from the Scrappy theme

The first thing to do to customize the Scrappy footer is make a copy of the footer.php file from the Scrappy theme and place it in your child theme folder.  It is this file that we will modify in order to remove “Powered by WordPress” and the reference to the Scrappy theme name.

Comment out code within the “site-info” section of the footer

Within the footer code, there is a <div> section that references “site-info”:

What we want to do is comment out the code, starting at the first php reference and ending after the “Caroline Moore” line.  We can do this using the “<!–” and “–>” codes.  When the code is commented out correctly, it will look like the following:

Be sure to hit “Save” to your footer.php file after making the comment changes, and you’re all done:  no more “Powered by WordPress”!



Original "Scrappy" footer - Powered by WordPress



Modified WordPress Scrappy footer (with slightly different pattern!)

Adding your own footer text

If you want to add your own footer text, like a copyright statement, you can add any HTML code you want within the same section of code where we just commented out code.  For an example of how to add a copyright statement, see the bottom of my prior blog post about modifying the footer of the WordPress Twenty Eleven theme.

That’s it!  One step closer to making the WordPress Scrappy theme your own.

Removing ‘Powered by WordPress’ from Scrappy is an article from randyzwitch.com, a blog dedicated to helping newcomers to Web Analytics, with a heavy focus on Wordpress self-hosted blogs and Google Analytics.

If you liked this post, please visit randyzwitch.com to read more. Or better yet, tell a friend...the best compliment is to share with others!

Show more