码迷,mamicode.com
首页 > 其他好文 > 详细

wordpress常用标签

时间:2020-12-29 11:34:19      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:echo   标签   end   _for   常用标签   edit   ext   搜索框   after   

<?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();?>

 

wordpress常用标签

标签:echo   标签   end   _for   常用标签   edit   ext   搜索框   after   

原文地址:https://www.cnblogs.com/qianjilou/p/14180640.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!