msgbartop
我们一起体验wordpress吧!
msgbarbottom
16 十二 08

wordpress模板和调用函数

WordPress基本模板文件

一套完整的WordPress模板应至少具有如下文件:

style.css : CSS(样式表)文件
index.php : 主页模板
archive.php : Archive/Category模板
404.php : Not Found 错误页模板 (全文…)

Tags: , , ,

16 十二 08

wordpress函数调用集合

WP函数记录

wp_head();

bloginfo(‘home’);
bloginfo(‘name’); // 默认
bloginfo(‘url’); == echo get_option(‘home’);
bloginfo(’stylesheet_url’); (全文…)

Tags: , ,