<?php get_template_directory_uri();?> //路径
<?php bloginfo();?>
<?php get_search_form();?> //搜索框
<?php the_permalink();?> //查看全文
<?php echo getPostViews($postID);?>
<?php echo lingfeng_strimwidth(get_the_content(),190,0);?> //获取摘要
<?php the_category(',');?>//新闻分类
<?php the_time('Y年m月d日 H:i:s');?>
<?php edit_post_link();?> //编辑本文
<?php comments_popup_link('0','1','%')?>
<?php if( has_tag() ):?>
<?php the_tags('before','sep','after');?>
<?php else:?>
暂无
<?php endif;?>
<?php the_tags('','','');?>
上一页:<?php next_post_link('%link');?>
下一页:<?php previous_post_link('%link');?>
<?php comments_template();?>