sql >> Database teknologi >  >> RDS >> Mysql

Indsættelse af et indlæg i Wordpress ved hjælp af MySql

Du kan bruge Post-objektet:

// 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 );

Flere oplysninger findes her .



  1. Skrive optimeringer til Qualcomm Centriq 2400 i MariaDB 10.3.5 Release Candidate

  2. Opret en Database Mail Profile (SSMS)

  3. Brug af en Python-dict til en SQL INSERT-sætning

  4. MySQL Vælg dato svarende til i dag