• Posted: 2011-06-20
  • Author: wpcode.net - Pigi
  • Tags:

Dynamic copyright text

  1.  
  2.  
  3.  
<b>(c) <?php echo date('Y'); ?></b>
| <a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>
| <?php bloginfo('description'); ?>

Instructions:

This snippet allow you to create a cool copyright text for your footer. This is set to automatically update the date, using the the_date() function.

Just copy the snippet in to your footer.php.


Share this snippet

If you like this snippet, share it with friends!