How do I check or test a WordPress Auto Year Change Script?
Putting aside the legal issues, and focusing on a function for displaying the current year, the problem is actually pretty straightforward: The theme developer gave you the wrong code. get_the_date( ‘Y’ ) gets the year of the publication date of the current post. This is not what you asked for. date( ‘Y’ ) is a … Read more