Dec 8, 2010
Add Copyright Information to WordPress Entries
Here is the methods:
1. Login to WordPress backend >> Appearance >> Editor
2. Find single.php and open it, go and look for the code below:
<?php the_content(); ?>
3. Continue to add the following code:
<p>ps <a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></p>
<p>ps <a href="<?php the_permalink() ?>"><?php the_permalink() ?></a></p>
4. Done.
BPOVIA All Rights Reserved
Maintained by BPOVIA Web Design Team
Maintained by BPOVIA Web Design Team





Thanks for the code, I had been trying to get my copyright info inserted and looking professional. this helps!