0
這是我用得到每個博客文章的標籤上的WordPress爲什麼我的php wordpress顯示the_tags顯示字數組?
<?php the_tags(array(
'title_li' => '',
)); ?>
結果是
ArrayTag1
我想刪除該單詞Array
所以只有標籤可以看到
這是我用得到每個博客文章的標籤上的WordPress爲什麼我的php wordpress顯示the_tags顯示字數組?
<?php the_tags(array(
'title_li' => '',
)); ?>
結果是
ArrayTag1
我想刪除該單詞Array
所以只有標籤可以看到
謝謝這是我的新命令'<?php the_tags(''); ?>',它的工作 –