• Chris

    (@cutcabletoday)


    I’m doing some work on BKLMconsulting dot com, and can’t seem to figure out how to customize the copyright info in the footer? Need to add the year and “All Rights Reserved”

Viewing 5 replies - 1 through 5 (of 5 total)
  • Megunticook

    (@megunticook)

    Depending on the theme you’re running, the copyright content may be edited in Appearance > Theme Options.

    If not, you can always edit the file “footer.php.”

    To make it display the the copyright symbol followed by the current year, use this code:

    &copy;<?php echo date("Y"); ?>

    Let us know how you make out.

    Thread Starter Chris

    (@cutcabletoday)

    http://www.bklmconsulting.com
    I managed to put the date, but not sure how or where to add the “All rights reserved.”

    Megunticook

    (@megunticook)

    Did you use the theme options or edit footer.php?

    If there’s nowhere to add it in your theme options, just edit footer.php by finding the code that generates the copyright and site name–looking at your site, it’s located in a div with the assigned class “copyright”.

    Search for <div class="copyright"> and you should locate the block of PHP code that generates the copyright statement and appends your site name. Immediately after the site name, just add All rights reserved. You may need to insert a non-breaking space just before it (&nbsp;).

    Hope that solves it for you.

    Thread Starter Chris

    (@cutcabletoday)

    Thanks – will give this a shot

    Megunticook

    (@megunticook)

    Any luck? Don’t see it on your homepage today. . .

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change copyright info’ is closed to new replies.