Thursday, July 20, 2023

How to show the current year in WordPress posts

Add this function in the functions.php file.

function current_year() {
    $year = date('Y');
    return $year;
}

add_shortcode('year', 'current_year');

No comments:

Post a Comment

1 hour Free Service for WordPress website :)

      1 hour Free Service for WordPress website :)