My site shows the current date...
How do I add to it the "date last modified" similar to the NY Times?
I've found the line of code where I think it needs to be added in my bfa_header_config.php file.
PHP Code:
'<p class="tagline">' . date('l, F j, Y') . '</p>' : '' ) .
Code:
getlastmod()