Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 24th, 2012  |  syntax: None  |  size: 0.53 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. if(function_exists('register_sidebar')){
  2.         register_sidebar(array('name' => 'Footer-Widgets','before_widget' => '<div class="footer-item">','after_widget' => '</div>','before_title' => '<h2>','after_title' => '</h2>'));
  3. }
  4.  
  5. function change_copyright(){
  6.         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></p>';
  7. }
  8. add_filter('headway_copyright', 'change_copyright');