Warrior Forum Logo
Login
wordpress year call
by
chatab
Posted: 17 years ago
1 replies
2
in my theme i put this code
what happens?
#programming
#call
#wordpress
#year
chaos69
17 years ago
the_time is in reference to the post you are processing; so it is the year the post was published.
If you want to display the year in a footer or such, use the date function.
Join the discussion
Next Topics on Trending Feed
2
wordpress year call
in my theme i put this code © <?php the_time('Y') ?>