模板路径:C:phpstudy_proWWWwordpresswp-contentthemes
模板格式:index.php style.css
引用函数:
bloginfo() 详细方法点击查看 <?php bloginfo('name'); ?>
get_option() 详细方法点击查看 <?php echo get_option('keywords','我是关键词,keywords') ?>
update_option() 详细方法点击查看
<?php
$view=get_option('view');
update_option('view',$view+1);
echo $view;
?>
get_bloginfo()详细方法点击查看
楼主残忍的关闭了评论