【问题标题】:Add tag to all posts in WordPress为WordPress中的所有帖子添加标签
【发布时间】:2016-09-25 12:21:05
【问题描述】:

我有一个wordpress 网站(http://tondtondcartoon.ir/)。我想在我的 word press 网站的所有帖子中添加一些静态标签。 请注意,我想将这些标签添加到旧帖子和特色帖子中,而不仅仅是新帖子。

谢谢

【问题讨论】:

  • 回答重复问题here

标签: wordpress tags


【解决方案1】:

制作一个单独的脚本并循环浏览所有帖子,然后使用 wp set post tags(参见:https://codex.wordpress.org/Function_Reference/wp_set_post_tags)。 在您的脚本中,包含 wp-blog-header.php 以便您可以访问 WP 功能。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2016-04-15
    • 2013-11-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-06-02
    • 1970-01-01
    相关资源
    最近更新 更多