论文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页脚版权所有的主要内容,如果未能解决你的问题,请参考以下文章

论文:添加页脚版权

PHP Wiletize页眉,页脚和其他所有使用论文的钩子

使用 OpenXML SDK 2.0 将页眉和页脚添加到现有的空 word 文档

可折叠工具栏 - 使片段页脚在 Android 中始终可见

Wordpress - 将代码片段包含到布局的选定部分的插件

css 粘性页脚片段(来源:treehouse flexbox课程)