• 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.

 

Signature Tagged 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

This Article Has Been Shared 708 Times!

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

  • Speed up WordPress by Gzip Compression from .Htaccess and php flush

    Google said that the speed of page loading was a factor to consider in the SEO, then we should better optimize it.

  • Tips for chossing the right WordPress theme

    The appearance of the site in WordPress is crucial to the success of its project, many themes are available online, you can find a better or a worse. Here is a comprehensive list of tips to be followed for choosing the right Wordpress theme.

  • Ultimate tips to start a WordPress blog

    When you think start a new wordpress blog , many small decisions will make very much difference about your blog’s future.

  • Drop caps : large capital letter like magazine with CSS

    Drop caps is the large capital letters invading multiple lines of normal texts at the beginning of paragraphs. You can create easily the drop caps effect in your block using CSS.

  • Best features of WordPress

    This article Best features of Wordpress describes the features which has established Wordpress in the top position in search engine war.

Additionally, 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…

 

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

  • Projector Screen Basics February 6, 2023
  • What is Configuration Management February 5, 2023
  • What is ChatGPT? February 3, 2023
  • Zebronics Pixaplay 16 : Entry Level Movie Projector Review February 2, 2023
  • What is Voice User Interface (VUI) January 31, 2023

About This Article

Cite this article as: Abhishek Ghosh, "Change Copyright Notice in WordPress Footer in easy steps," in The Customize Windows, July 30, 2011, February 6, 2023, https://thecustomizewindows.com/2011/07/change-copyright-notice-in-wordpress-footer-in-easy-steps/.

Source:The Customize Windows, JiMA.in

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

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

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

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT