我正在使用 Wordpress 插件来显示帖子标签的 Google 新闻提要。
我试图把这个:
<?php echo strip_tags(get_the_tag_list('','+','')); ?>
进入此回声的 Google URI 的单引号:
<?php echo do_shortcode( '[hungryfeed url="https://news.google.com/news/feeds?q='[[above function here]]'&output=rss" template="1" max_items="1"]' ); ?>
我不是特别精通PHP;任何人都可以建议解决此问题的最佳方法吗?
谢谢!