Custom Footer Dates
-
Topic
-
Would like to have the copyright notice be updated automatically. For instance (c) 2005 – 2013 where 2013 is calculated. Have previously used the following in the functions.php file (woo themes):
add_shortcode( ‘jphipps_year’, ‘jphipps_shortcode_display_year’ );
function jphipps_shortcode_display_year () { return date( ‘Y’ ); } // End jphipps_shortcode_display_year()Then I can call it in the footer customization – Copyright © 2011 – [jphipps_year] – etc.
Not clear as to how to duplicate this on the Alyeska Theme.
Any help? Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.