论文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'.
<?php function copyright() { $url = site_url(); $anchor = get_bloginfo( 'description' ); } add_action('thesis_hook_container_footer_copy_bottom', 'copyright');
以上是关于论文2.0页脚版权所有的主要内容,如果未能解决你的问题,请参考以下文章
使用 OpenXML SDK 2.0 将页眉和页脚添加到现有的空 word 文档