主题-自定义页脚
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了主题-自定义页脚相关的知识,希望对你有一定的参考价值。
function my_footer($thm_footertext) { $thm_footertext = 'Powered by <a href="http://www.wordpress.org">WordPress</a>, the<a href="http://www.themeshaper.com/thematic">Thematic Theme framework</a> and the Catmatic child theme.'; return $thm_footertext; } add_filter('thematic_footertext', 'my_footer');
以上是关于主题-自定义页脚的主要内容,如果未能解决你的问题,请参考以下文章
Drupal 7 自定义内容类型主题从 node.tpl 隐藏页眉/页脚