Avatar

svaults

svaults

About

Username
svaults
Joined
Visits
11
Last Active
Roles
Member

Comments

  • Create a shortcode, add this directly to html: [footer_year] And put this in functions.php: add_shortcode('footer_year', function(){    echo '© Copyright ' . date('Y');});
    in Year tag Comment by svaults March 2018