标签: wordpress
我希望在我的wordpress帖子上有标签,但我不想在帖子摘录后显示它们。我希望它隐藏标签不会影响谷歌搜索结果。
答案 0 :(得分:0)
您需要使用名为strip_tags()
strip_tags()
举个例子:
<?php echo strip_tags(the_excerpt()); ?>
Documentation