Forums
Forums / Fixing WordPress / Adding copyright notice
(@writerhoward)
18 years, 8 months ago
I want to add a copyright notice to the bottom of my blog page. What’s the best way to do that?
Howard
(@erwin)
Edit footer.php in your theme?
(@doodlebee)
in your footer.php file, add:
© <?php echo date('Y'); ?>
doodlebee,
Where would I put my company name?
This appears to work:
<p>© <?php echo date(‘Y’); ?> Metta Press LLC</p>
Is that an acceptable way to do it?
yes, but replace your symbol with ©. The symbol won’t be seen in some browsers/character sets. But the © will always be shown correctly.
©
The topic ‘Adding copyright notice’ is closed to new replies.