【问题标题】:how to add data into table wp_posts in wordpress in adding new column?如何在添加新列时将数据添加到 wordpress 中的表 wp_posts 中?
【发布时间】:2015-08-01 04:40:56
【问题描述】:

我想在表wp_posts 中添加新列并将数据插入该字段。请必须为我解决它。因为我不知道为什么我不能插入到这个字段中。

【问题讨论】:

    标签: php jquery wordpress


    【解决方案1】:

    使用add post meta

    add_post_meta($post_id, $meta_key, $meta_value, $unique);
    

    检索帖子元值

    get_metadata('post', $post_id, $key, $single);
    

    【讨论】:

      猜你喜欢
      • 2019-11-12
      • 2014-02-15
      • 2023-04-04
      • 1970-01-01
      • 2017-02-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-05-11
      相关资源
      最近更新 更多