常用函数-get_themes()
说明
在主题目录中检索含有主题数据的 主题列表。
若主题不具备父主题且丢失style.css或index.php文件,将该主题视为以损坏。若主题具备父主题但丢失style.c...
常用函数-get_theme()
2009-04-18
常用函数-get_theme()
说明
检索 主题 信息。
用法
<?php get_theme( $theme ) ?>
参数
$t...
常用函数-get_theme_data()
2009-04-18
常用函数-get_theme_data()
说明
返回关于主题文件信息的数组
用法
<?php $theme_data = get_theme_data($theme...
常用函数-get_template_directory_uri()
2009-04-18
常用函数-get_template_directory_uri()
说明
检索模板 目录URI
用法
<?php get_template_directory_uri() ?&...
从HTML 到XHTML
2009-04-18
从HTML 到XHTML
XHTML是什么
编写WordPress系统时主要使用的是XHTML脚本语言。XHTML 1.0(目前使用最广泛的版本)在2000年已经成为W3C推荐标准,在XHTML 2.0 发布前,XHT...
如何自动在WordPress编辑器中添加内容?
2009-04-18
你总是在文章末位添加固定内容吗?比如邀请用户订阅RSS的字样。如果是,那你可以设置WordPress自动在编辑器里添加内容。
方法很简单,在funcions.php中添加如下代码:
add_filter( ...
常用函数-get_template_directory()
2009-04-18
常用函数-get_template_directory()
说明
检索当前主题目录
用法
<?php get_template_directory() ?>
参数...
常用函数-get_template()
2009-04-18
常用函数-get_template()
说明
检索当前主题 名称
用法
<?php get_template() ?>
参数
无
返回的值
...