I have updated the socket container with the following:
<span class='copyright'><?php _e('Copyright','avia_framework'); ?>© <?php the_time( 'Y' ); ?> My company name - All Rights Reserved</span>
In some of my pages it shows 2013 but some show 2012 and others show 2011. Could you tell me what is happening?
Thank you!
Socket copyright year different in pages
4 posts from 3 voices-
Posted 2 months ago #
-
Hey!
Use following code instead:
<span class='copyright'><?php _e('Copyright','avia_framework'); ?>© <?php date("Y"); ?> My company name - All Rights Reserved</span>Best regards,
PeterPosted 2 months ago # -
I tried, it didn't work, but the following did:
<span class='copyright'><?php _e ('Copyright','avia_framework'); ?>© <?php _e(date('Y')); ?> My company - All Rights Reserved</span>Thank you for the quick response! your post steered me the right way (I am new at this, so there is a lot of trial and error and your forum is very helpful)
Posted 2 months ago # -
Glad you were able to get it working :)
Let us know if you have any other questions or issues.
Regards,
Devin
Posted 2 months ago #
Topic Closed
This topic has been closed to new replies.














