Customize copyright line?
This support request was posted in BBQ by skrimmel
- skrimmel March 4, 2013 at 8:03 pm
Hi there — thanks for BBQ, it is working quite well for my client!
But… is there a way to change the copyright line at the very bottom of the screen under the dark footer area? I don’t see it in the theme options or widgets.
Thanks in advance.
Juanfra Aldasoro March 4, 2013 at 8:32 pmHi,
Thanks for your kind words.
With regards to the copyright line, you can’t do that through the options panel at the moment. However, you can edit the file footer.php and replace the following lines:
BBQ Theme < ?php printf( __( 'by %s', 'nicethemes' ), 'Nice Themes' ); ?> © < ?php if (date( 'Y' ) == '2012' ) { echo '2012'; } else { echo '2012–'.date( 'Y' ); }; ?>. < ?php _e( 'All Rights Reserved', 'nicethemes' ); ?> — < ?php printf( __( 'Powered by %s', 'nicethemes' ), 'WordPress' ); ?>.
With whatever it fits to your client.
Best,
Juan.Juanfra Aldasoro March 4, 2013 at 9:15 pmMy pleasure 🙂
Please let me know if I can be of any further assistance.
Best,
Juan.
Viewing 4 posts - 1 through 4 (of 4 total)
This topic is marked as resolved
Only the topic author can re-open this thread.