论文2.0页脚版权所有

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了论文2.0页脚版权所有相关的知识,希望对你有一定的参考价值。

I am using thesis developer version to redesign the site [FFXIV Gil](http://www.cheapffxivgils.com/ "Cheap FFXIV GIL").
Before using the code, you should add the Unique Hook Name to BOX in template(see [the official tutorial](http://diythemes.com/thesis/rtfm/add-custom-php-functions/ "official tutorial")). In my case, I am using the name 'footer_copy'.
  1. <?php
  2. function copyright() {
  3. $url = site_url();
  4. $anchor = get_bloginfo( 'description' );
  5. echo '<p>Copyright &copy; 2010&ndash;' . date('Y').'&nbsp;<a href="'.$url.'">'.$anchor.'</a></p>';
  6. }
  7. add_action('thesis_hook_container_footer_copy_bottom', 'copyright');

以上是关于论文2.0页脚版权所有的主要内容,如果未能解决你的问题,请参考以下文章