2024年10月19日 建站教程
wordpress
如何在首页调用文章tag
标签,代码很简单!
1、调用方法一:
<?php the_tags('标签: ', ', ', ''); ?>
2、调用方法二:
<?php the_tags('',''); ?>
3、调用方法三:
<?php the_tags( '<ul><li>', '</li><li>', '</li></ul>' ); ?>
根据需求显示不同样式!
本文链接:http://so.lmcjl.com/news/15711/