where I can find this to change the start year? Which file to edit?
Code: Select all
//set start to date your site was published
$startCopyRight='2005';
if(date('Y')== $startCopyRight){
echo $startCopyRight;
}else{
echo $startCopyRight.' - '. date('Y');
}