Current year only © <?php echo date(“Y”); ?> With start year © 2008-<?php echo date(“Y”); ?> Start date with error protection <?php function auto_copyright($year = ‘auto’){ ?> <?php if(intval($year) == ‘auto’){ $year = date(‘Y’); } ?> <?php if(intval($year) == date(‘Y’)){ echo intval($year); } ?> <?php if(intval($year) < date(‘Y’)){ echo intval($year) . ‘ – ‘ . … Continue reading Automatic Copyright Year
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed