Mysql
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> Mysql

Chèn một bài đăng trong Wordpress bằng MySql

Bạn có thể sử dụng đối tượng Đăng:

// Create post object
  $my_post = array();
  $my_post['post_title'] = 'My post';
  $my_post['post_content'] = 'This is my post.';
  $my_post['post_status'] = 'publish';
  $my_post['post_author'] = 1;
  $my_post['post_category'] = array(8,39);

// Insert the post into the database
  wp_insert_post( $my_post );

Tìm thấy thêm thông tin tại đây .



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Tôi nên xử lý --secure-file-priv trong MySQL như thế nào?

  2. Sử dụng LIMIT trong GROUP BY để nhận N kết quả cho mỗi nhóm?

  3. Mẫu kho lưu trữ không có LINQ hoặc ORM khác?

  4. Sửa lỗi PHP PEAR

  5. Sử dụng bí danh cột trong mệnh đề WHERE của truy vấn MySQL tạo ra lỗi