wordpress学习 wordpress获取当前tags名称 2013-10-28 <?php if(is_tag()){ echo $name=single_tag_title('',false); } ?>
貌似还有别的方法
博主,显示不出来呀。
当时找的时候还正常的,容我得空测试一下代码.