wpvidZ

Learn WordPress With Video Tutorials

  • Blog
  • Browse
    • Backup & Restore
    • WordPress Localhost
    • WordPress Hosting
    • WordPress themes
    • Version Updates
    • Plugin Tips
    • Security
    • Tutorials
    • WordPress SEO
    • WP Miscellaneous
    • Sitemap
  • WP 5+ Tutorial
  • Search
wpvidZ Blog WordPress themes WordPress Copyright Footer- Display All Rights Reserved
Twenty Ten Copyright Footer

WordPress themes

WordPress Copyright Footer- Display All Rights Reserved

Last updated on February 18, 2017
Posted on November 11, 2010

Video tutorial how to display WordPress copyright footer and “All Rights Reserved” text.

If you are active on the Internet or blogging world, to be specific, you must notice that almost every blogs has this WordPress copyright footer sign.

Some themes have many link on their footers, this is why it is extremely important if you use free theme, you should installed it from your dashboard or reliable websites or get premium WordPress themes. (absolutely guaranteed that they are clean)

The reason is because your footer links can harm your site’s reputation, if the links are not relevant. If you download from wordpress theme sites, this is guaranteed that your theme is safe.

Some of these themes have already WordPress copyright footer display, some don’t.

Is it a must to have this wordpress copyright footer?

I have checked some big popular blogs, they do have WordPress copyright footer signs. Share your opinion about it, but I personally like to have it in my blog.

This copyright line is usually displaying blogname, copyright sign and “All Rights Reserved” texts.

WordPress Copyright Footer step by step video and tutorial:

I use Twenty Ten for this demo (see rename Home in Twenty Ten here), but you can use another themes as well, but backup file and see the footer.php contents code.

Before you follow the video, create Twenty Ten child theme, and copy the original footer.php to the child theme folder. Then you can follow the video.

Video Tutorial:

  • Is my site loading fast? I use this shared hosting
  • Try my theme >

Steps:

1. Open up footer.php in the child theme, you can find it in appearance → editor.

2. Look for this line of code:

<div id="site-info">
<a href="<?php echo home_url( '/' ) ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
<?php bloginfo( 'name' ); ?>
</a>
</div><!-- #site-info -->

I use notepad++ it is around line: 25-29. (see image)

wordpress copyright footer
Line 25-29 in notepad++

3. Add this line of code:

&copy; <?php echo date ('Y');?> All Rights Reserved.

after this line:

<?php bloginfo( 'name' ); ?>

Image after you add the code:

wordpress copyright footer code
Image after you add the code in step 3.

4. Paste all the codes from notepad++ to footer.php file, save the file, and refresh your blog.

Twenty ten favicon — add favicon.ico in twenty ten theme

It should show this end result image.

End result of this tutorial.

Thats how we display all rights reserved WordPress copyright footer text.

footer in twenty twentyten Wordpress

Latest Posts

  • Twenty Nineteen Theme Full Tutorial – Creating a Website
  • Uninstall W3 Total Cache Plugin – Incredibly Easy!
  • Create WordPress Website 2018 on SiteGround Genesis
  • WordPress Noopener Noreferrer Rel Attribute Quick Fix
  • WordPress CDN Setup with MaxCDN and W3 Total Cache Plugin
  • Twenty Seventeen One Page Parallax Scrolling Website Style
  • How To Add Google Map in WordPress Contact Page
  • WordPress 4.7 Justify Text and Underline
  • Twenty Seventeen Footer “Proudly Powered By WordPress” Text
  • How To Add YouTube Subscribe Button To WordPress Website
← Download “Thesis 1.8” WordPress Theme
→ Positioning Twenty Ten background Image

Comments

  1. Bilal Ahmad says

    November 12, 2010 at 12:43 am

    I hope some one will soon come up with a plugin that can do it. Doing manually is also good, but for those who have less expertise in CSS will be able to easily achieve this.

    • Kimi says

      November 12, 2010 at 6:04 am

      Hey Bilal,

      I am sure one day, but if it can be done without using plugin, i would prefer doing it manually,

      Thanks for coming and commenting 🙂

  2. Rahul @ MazaKaro says

    November 12, 2010 at 11:49 pm

    Hi Kimi,
    Nice video presentation. Thanks a lot.

    You have really made thing easy for us. It was a really nice tips. Now I must follow this rule. I hope you will show such thing regularly. I want more customization tips in future.

    • Kimi says

      November 14, 2010 at 6:04 am

      Thanks Rahul,

      Eventhough i am not sure about genesis theme (you are using it).

      I will try to post more customization tips, great idea, thanks!

  3. Navya says

    January 13, 2011 at 6:03 am

    Hi Kimi,

    Thank you so much for the information, keep up the good work!!

    • Kimi says

      January 14, 2011 at 7:34 am

      Navya,

      Most welcome, thank you for the nice words!

      Kimi.

  4. Angela Blakey says

    February 15, 2011 at 2:55 pm

    Great thanks for the simple step by step instructions so easy to follow for someone who is on a big learning curve with css and php. I added it to my blog within two minutes I amazed myself. Keep up the good work.

    • Kimi says

      February 16, 2011 at 8:14 am

      Hello Angela!

      I am glad it was simple to follow Angela, I have checked your blog, good job!

      Kind regards and good luck with your new blog

      Kimi.

  5. Errol says

    April 13, 2011 at 1:28 pm

    Thank you so much, this code is brilliant.

    I feel like a fool for not finding this site before.

    Thank you again.

  6. Brian Gallagher says

    February 11, 2012 at 6:24 pm

    Hi Kimi.
    My thanks for your informative site. Will keep up with you if I have any questions in the future and need pro assistance * Be well *

    Be well.
    Brian K.Gallagher
    http://thecivil-war.com

  7. Carlos says

    April 6, 2012 at 10:12 am

    Amazing! thank you so much!

  8. Abdel says

    January 19, 2013 at 4:13 pm

    Hey!
    The article is great however I have an issue. The link directs to wordpress.org. How can I change that?

Comment form on this post is closed after 60 days.

Search

Worth Reading

  • Twenty Nineteen theme tutorialTwenty Nineteen Theme Full Tutorial - Creating a Website
  • Twenty Seventeen One Page ParallaxTwenty Seventeen One Page Parallax Scrolling Website Style
  • Twenty Seventeen Proudly Powered By WordPress codeTwenty Seventeen Footer "Proudly Powered By WordPress" Text
  • Where your child theme folder should be located inside themesHow To Create WordPress Child Theme Manually or With Plugin
  • How to Remove Twenty Fourteen Author Name or Link
  • How I add thumbnails with Twenty Twelve theme
  • Change Default Green Color WP 2014 Theme
  • Showing Twenty Fourteen Thumbnail in A Smaller Size
  • How To Style WordPress Caption in WP Twenty Fourteen Child
  • Proudly Powered By WordPress Twenty Fourteen

Backup & Restore

Backup WordPress Without a Plugin or FTP

Export WordPress Database using phpMyAdmin

BigDump Alternative – When BigDump Failed Importing Large WP Database

At This Place The Current Query Includes More Than 300 Dump Lines

View All..

Live Online Website

View All..

Offline Installation

How to Upload WordPress localhost to live server manually

Steps to Install WordPress on Windows 8 and WAMP 2.4

Install WordPress on Mavericks OS X 2014

Maximum upload file size in WAMP WordPress

View All..


WPvidz Hosting Image

  • About Me
  • Contact
  • Affiliate Disclosure
  • Privacy Policy
  • Term of Use

Copyright© 2023 wpvidz.com SG2021 | sitemap.xml


WPvidz.com is independent from WordPress.org but is proudly powered by WordPress & its block-based editor (Gutenberg)

WpvidZ.com uses cookies" to give you the best browsing experience possible. If you click "I Accept" below then you are consenting to this. For more information about your privacy settings on this website, please visit the Privacy Policy page. I Accept