Headway Compress Copyright


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. function change_copyright(){
  2. return '<p class="copyright">Powered by Wordpress and <a href="http://headwaythemes.com/">Headway</a> - Copyright &copy; '.date('Y').' '.get_bloginfo('name').' | <a href="'.get_bloginfo('url').'/contact-us/">Contact Us</a> | <a href="'.get_bloginfo('url').'/privacy-policy/">Privacy Policy</a> | <a href="'.get_bloginfo('url').'/terms-and-conditions/">Terms & Conditions</a> | <a href="'.get_bloginfo('url').'/sitemap/">Sitemap</a> </p>';
  3. }
  4. add_filter('headway_copyright', 'change_copyright');

URL: headwaytips.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.