• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Change Copyright Notice in WordPress Footer in easy steps

By Abhishek Ghosh July 30, 2011 4:12 pm Updated on October 17, 2014

Change Copyright Notice in WordPress Footer in easy steps

Advertisement

Many Bloggers want to Change Copyright Notice in WordPress Footer and replace with their own custom Text or link. It is more important to Change Copyright Notice in WordPress Footer when WordPress is actually used for a commercial website than a Blog.

 

Why people fails to Change Copyright Notice in WordPress Footer

 

The main reason for not being able to Change Copyright Notice in WordPress Footer is, users try to find the loop or some hyperlink in the footer.php file of Theme.

It is not only the footer.php file that creates that Copyright Notice in the WordPress footer, but also the functions.php file which defines it.

Advertisement

---

 

How to Change Copyright Notice in WordPress Footer

 

Before going to Change Copyright Notice in WordPress Footer; you must make a backup of the functions.php and footer.php files.
Download the functions.php and footer.php files from your current theme to your hard disk then edit it.

After you have followed the steps to Change Copyright Notice in WordPress Footer, save it and replace them with the original.
Alternatively, you can use Editor from Appearance to Change Copyright Notice in WordPress Footer.

Keep in mind, some premium theme platform uses other php file (s), functions.php just calls that/those php file (s). You will get that info from your Theme’s website.

 

You should get something like this in functions.php:

 

// footer copyrightif ( !function_exists('display_copyright') ) {function display_copyright( $iYear = null, $mtsSeparator = " - ", $mtsText = ' <span style="color: #33cccc;">All rights reserved.</span>' ){echo '

‘ . display_years( $iYear, $mtsSeparator, false ) .’ ‘. get_bloginfo(‘name’) . ‘ © ‘. $mtsText . ‘

‘;
}
}
if ( !function_exists(‘display_years’) ) {
function display_years( $iYear = null, $mtsSeparator = ” – “, $bPrint = true ) {
$iCurrentYear = ( date( “Y” ) );
if ( is_int( $iYear ) ) {
$iYear = ( $iCurrentYear > $iYear ) ? $iYear = $iYear . $mtsSeparator . $iCurrentYear : $iYear;
} else {
$iYear = $iCurrentYear; }
if ( $bPrint == true ) echo $iYear; else return $iYear;
}
}
//footer copyright end

 

In the footer.php file, you will get this thing:

 

&lt; ?php if ( function_exists( 'display_copyright' ) ) display_copyright( 2010, ' to ', ' <span style="color: #33cccc;">All Rights Reserved</span>.' ); ?&gt;

 

Change Copyright Notice in WordPress Footer in easy steps

 

So, to change the Change Copyright Notice in WordPress Footer, you have to:

 

  • To Change Copyright Notice FORMAT you need to change in functions.php
  • To Change Change Copyright Notice OUTPUT you need to change in footer.php

 

Some Quick Tips To Change Copyright Notice in WordPress Footer:

 

  1. To Change Copyright Notice sign: Change the C beside the red text.
  2. To Change Copyright Notice display Year :  Modify the green text
  3. Change Copyright Notice text “All Rights Reserved” : Change the blue text
  4. Change Copyright Notice appearance : You have to edit the style.css file.

 

SignatureTagged With how to change the copyright in wordpress , Change Copyright Footer WordPress , change copyright text in wordpress , wordpress change copyright footer , how to edit copyright in wordpress , Change Copyright WordPress , where to edit theme copyright wordpress , How to Change the Footer of Allegiant theme , wordpress change copyright , should i change the wordpress copyright
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Change Copyright Notice in WordPress Footer in easy steps

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • OpenShift OctoPress Auto install Script

    OpenShift OctoPress Auto install Script is an Advanced Script to Run OctoPress on Free OpenShift PaaS Practically Without Any Knowing Ruby or Git.

  • Remove Junks From WordPress Header

    Remove RSD Link, RSS Feed, WordPress version, Version of Scripts & All Possible Junks From WordPress Header. Create Own Head & Shoulder Plugin.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Comments

  1. AvatarNicole Ferguson says

    July 26, 2012 at 3:07 pm

    Or, if you are a technophobe like me and a bit worried about playing with .php files, just go to WordPress Dashboard – Appearance – Widgets. Then, drag a Text widget to any of the three Footer Areas and type the text you want.
    The result is not as neat because it does not appear on the same line but it is good enough. And, put the symbol on either sides of your text to make it appear bold.

  2. AvatarTechnotag says

    August 31, 2012 at 10:40 am

    Thanks your supporting tips are really very helpful for during editing wordpress

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

vpsdime

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Cloud-Powered Play: How Streaming Tech is Reshaping Online GamesSeptember 3, 2025
  • How to Use Transcribed Texts for MarketingAugust 14, 2025
  • nRF7002 DK vs ESP32 – A Technical Comparison for Wireless IoT DesignJune 18, 2025
  • Principles of Non-Invasive Blood Glucose Measurement By Near Infrared (NIR)June 11, 2025
  • Continuous Non-Invasive Blood Glucose Measurements: Present Situation (May 2025)May 23, 2025
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2026 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy