释意
Style.css
样式表文件
Index.PHP
主页模版文件
Single.PHP
Archive.PHP
Searchform.PHP
Comments.PHP
Footer.PHP
Header.PHP
顶部模版文件
Sidebar.PHP
Page.PHP
Search.PHP
释意
PHP bloginfo(‘name’); ?>
PHP wp_title(); ?>
PHP bloginfo(‘stylesheet_url’); ?>
PHP bloginfo(‘pingback_url’); ?>
pingback的URL地址
PHP bloginfo(‘template_url’); ?>
PHP bloginfo(‘version’); ?>
wordpress的版本号
PHP bloginfo(‘atom_url’); ?>
atom_url的URL地址
PHP bloginfo(‘url’); ?>
PHP bloginfo(‘description’); ?>
PHP bloginfo(‘html_type’); ?>
HTML版本
PHP bloginfo(‘charset’); ?>
博客的编码方式 如:UTF-8
释意
PHP the_content(); ?>
PHP if(have_posts()): ?>
检查是否有日志
PHP while(have_posts()):the_post(); ?>
如果有日志显示日志
PHP endwhile;?>
PHP endif;?>
PHP get_header(); ?>
PHP get_sidebar(); ?>
PHP get_footer();?>
PHP the_time(‘m-d-y’)?>
类似“25-07-13”的日期格式函数
PHP comments_popup_link(); ?>
PHP the_title(); ?>
PHP the_permalink() ?>
PHP the_category(‘,’); ?>
PHP the_author();?>
PHP the_ID(); ?>
PHP edit_post_link();?>
PHP get_link_list(); ?>
PHP comments_template(); ?>
PHP wp_list_pages(); ?>
PHP wp_list_cats(); ?>
PHP next_post_link(‘%link’)?>
PHP prevIoUs_post_link(‘%link’)?>
PHP get_calendar(); ?>
调用日历
PHP wp_get_archives(); ?>
PHP posts_nav_link(); ?>
PHP bloginfo(‘description’);?>
四、其他相关代码 .
释意
/%postname%/ ?>
PHP include(TEMPLATEPATH).’/x’);?>
PHP the_search_query(); ?>
PHP _e(‘Message’); ?>
输出字符
PHP wp_loginout(); ?>
PHP wp_register(); ?>
< !--next page-->