BPOVIA Website Design

Icon

Provides High-quality Web Design And Maintenance Service In The World

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

Category: website, WordPress

Tagged: ,

One Response

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