با سلام.
چطور میشه یک برگه یا پست را هر روز به روزرسانی کرد؟
افزونه یا دستور خاصی داره؟
من گشتم و اینا رو پیدا کردم
آقا من اینا رو پیدا کردم
لینک ساخت پست روزانه
لینک آموزش آپدیت پست

طبق آموزش لینکهای بالا اول یک پست ایجاد کردم و سپس به روز رسانی کردم
کد زیر :
کد PHP:
// Create post object
$my_post = array(
  
'ID'            => '11231',
  
'post_title'    => 'فال روز ۹۴ | فال روزانه | فال و طالع بینی | فال امروز',
  
'post_content'  => '[otw_is sidebar=otw-sidebar-2]',
  
'post_status'   => 'publish',
  
'post_author'   => 1,
  
'post_type'      => 'page',
  
'post_date'  => '2014-6-* **:38:00',
);

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



// Update post 11231
  
$my_post = array(
      
'ID'           => 11231,
      
'post_title'   => 'This is the post title.',
      
'post_content' => 'This is the updated content.',
  );

// Update the post into the database
  
wp_update_post$my_post ); 
اما یا رگباری پست ارسال میکنه یا ارور میده