You are here: Home » Getting Started » DIY WordPress: How To Add A Copyright Notice To A WordPress Theme

DIY WordPress: How To Add A Copyright Notice To A WordPress Theme

by Dave Doolin on February 26, 2009 · 2 comments

(Reading time: 2 – 3 minutes)

Adding a copyright notice to a WordPress theme is very easy, but it does require a bit of care: you will have to add some text to the raw files that comprise your theme. Adding this text is easy, but it’s also easy to make a mistake, so let’s be careful care.

Hey! You're in the middle of the Website In A Weekend eCourse. Learn how to create and operate a complete WordPress-based website in a single weekend. Start here: Website In A Weekend: Friday Evening - Off to the Races. (If you already have a blog... "audit" the eCourse... you'll find plenty to do.)

Proceeding stepwise:

  1. Log in to the Dashboard as the administrator user
  2. On the left sidebar, pull down the “Appearance” menu
  3. Click “Appearance > Editor,” which will give a screen similar to the one shown below
  4. You will see the source code of the theme displayed, probably the “style.css” file. You want to click on the “footer.php” link in the right sidebar. This will allow you to edit the text of the file containing the theme’s footer, all the text displayed at the bottom of the page.
  5. Copy this text into the appropriate place in the footer:
    Copyright © 2009 Your Company Name — All Rights Reserved

    The “©” symbol is written using “©” and will render like this:

    Copyright © 2009 Your Company Name — All Rights Reserved

    You might have to put your thinking cap on here, and figure out where it’s going to go among all the HTML and PHP elements. If you’ve come this far, you need to learn a little bit of HTML and PHP anyway. You don’t need much.

    NOTE: If the theme’s author has “protected” the theme’s footer and links using encrypted code, you should contact consider using a different theme. You won’t be able to add the copyright notice within the footer, and there may be other, more nefarious code within the theme.

  6. Save your work, and check how it looks. You may have to adjust once or twice to position it correctly.

Here’s a screenshot showing the left sidebar, and the highlighted position of the copyright text placed into the footer.

wordpress_add_copyright1

That’s it!

Very easy really.

If you had any trouble with this, feel free to shoot me an email and explain what happened. I’ll see what I can do. Use the contact form.

Similar Posts:

Share and Enjoy:
  • Facebook
  • Twitter
  • StumbleUpon
  • Digg
  • Google Bookmarks
  • email
  • del.icio.us

{ 2 trackbacks }

Adding favicon.ico For Professional Appearance | Website In A Weekend
March 11, 2009 at 6:54 pm
Adding favicon.ico to WordPress For Professional Appearance | Website In A Weekend
March 11, 2009 at 6:58 pm

Comments on this entry are closed.

Previous post:

Next post: