Tag Archives: tags
wordpress文章post中显示tags的办法
要在模板中添加显示标签的调用代码,如果是使用wp内置tag的话,可以用这个函数: <?php the_tags( ‘<p>Tags: ‘, ‘, ‘, ‘</p>’); ?> 加在适当的位置就可以拉 ,比如本文的就加在post页面的
要在模板中添加显示标签的调用代码,如果是使用wp内置tag的话,可以用这个函数: <?php the_tags( ‘<p>Tags: ‘, ‘, ‘, ‘</p>’); ?> 加在适当的位置就可以拉 ,比如本文的就加在post页面的