Advertisement
Guest User

Untitled

a guest
Apr 11th, 2014
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. The Decoy Method!
  2. Open your footer.php
  3. 1. go to line 54
  4. 2. Rename 'footer_copyright' to 'footer_copyright1'
  5. 3. Then add this line below it:
  6. <?php _e('Copyright &copy;', TEMPLATE_DOMAIN); ?> <?php echo gmdate(__('Y', TEMPLATE_DOMAIN)); ?> <?php bloginfo('name'); ?>. All Rights Reserved.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement