Community Forums › Forums › General Discussion › Copyright Message
Tagged: code, copyright, credits, cucustomize footer, plugin, simple edits
This topic contains 7 replies, has 6 voices, and was last updated by Susan 4 months, 3 weeks ago.
-
AuthorPosts
-
December 17, 2012 at 8:22 am #5739
How do I modify the text at the bottom of every webpage. I would like to indicate my companies Copyright.
December 17, 2012 at 9:47 am #5748January 1, 2013 at 5:48 am #8704Hi,
What is the shortcode to call the current year for my copyright message?
I want my copyright statement to read “Copyright © 2010 – 2013.”
Thank you.
January 1, 2013 at 7:31 am #8707http://my.studiopress.com/snippets/footer/
the shortcut to call the current year is:
echo ‘Copyright © ‘;
echo date(‘Y’);But that won’t give you what you are looking for. I believe your best bet is to use the snippet to customize the footer (shown at the end of the link above), and adding in the 2010-2013.
Susan @ Graphically Designing I’d love to customize your website! I tweet!
I’ve taken up the challenge! – help me answer some of the unanswered postsJanuary 1, 2013 at 6:04 pm #8856Here’s the shortcode reference: http://my.studiopress.com/docs/shortcode-reference/#footer-copyright-shortcode
Jennifer “Hermione” Baumann | Recommended StudioPress Developer
Dream Whisper Designs | Themessence | @dreamwhisper | If I’ve helped, like me on FacebookJanuary 1, 2013 at 11:06 pm #8893I’m new to this Genesis stuff, but one of the first things I used was the “customize the Credits” code Susan linked to above (is there a way to post PHP on this forum?). I noticed today it updated the year, so I guess it works
January 2, 2013 at 5:53 am #8924Susan/Jen,
Thanks very much. The shortcode works perfect.
January 2, 2013 at 7:13 am #8929@GF – I’m glad it worked, and I’m glad Jen posted the shortcut to include multiple years.
@Wheeler – they are still working on a solution for posting PHP in the forum, but for the moment, they are recommending using a service such as pastie.org
I’m going to close this thread as resolved.
Susan @ Graphically Designing I’d love to customize your website! I tweet!
I’ve taken up the challenge! – help me answer some of the unanswered posts -
AuthorPosts
The topic ‘Copyright Message’ is closed to new replies.