buzz 65 ارسال شده در اردیبهشت 94 گزارش بازنشر ارسال شده در اردیبهشت 94 سلام.من می خوام که post_type رو آپدیت کنم. که مربوط به برگه هاست .از تابع wp_update_post استفاده کردم برای آپدیت برگه اما نمیشه،نمی دونم مشکل چیهfunction wp_tisto(){$titles="تست"; $ager = "page-2"; $posts = array( 'post_content' => $oiobz1, 'post_name' => $ager, 'post_title' => $titles, 'post_type' => 'page', 'post_status' => 'publish', 'post_author' => '17', 'ping_status' => 'open', 'post_date' => $postdate_gmt, 'post_category' => array(1), ); $posts['ID'] = $ager; $posts['post_title'] = $ager; // Add post ID to post data// Update the post into the database wp_update_post( $posts );} لینک به ارسال
Parsa 23463 ارسال شده در اردیبهشت 94 گزارش بازنشر ارسال شده در اردیبهشت 94 ID پست یک عدد هست نه رشته حروف 2 لینک به ارسال
buzz 65 ارسال شده در اردیبهشت 94 مالک گزارش بازنشر ارسال شده در اردیبهشت 94 استفاده کردم.بازم جواب نداد. لینک به ارسال
Parsa 23463 ارسال شده در اردیبهشت 94 گزارش بازنشر ارسال شده در اردیبهشت 94 فقط پارامتر ID برای شناسایی پست الزامی هستباقی رو با توجه به اینکه بخواهید تغییر بدید یا نه باید اضافه کنید// Update post 37 $my_post = array( 'ID' => 37, '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 );http://codex.wordpress.org/Function_Reference/wp_update_post 2 لینک به ارسال
buzz 65 ارسال شده در اردیبهشت 94 مالک گزارش بازنشر ارسال شده در اردیبهشت 94 ممنون.کد تصحیح شده.function wp_tisto(){$titles="تست"; $ager = "page-2"; $posts = array( 'post_content' => $oiobz1, 'post_name' => $ager, 'ID' => 184, 'post_title' => $titles, 'post_type' => 'page', 'post_status' => 'publish', 'post_author' => '17', 'ping_status' => 'open', 'post_date' => $postdate_gmt, 'post_category' => array(1), ); $posts['ID'] = $ager; $posts['post_title'] = $ager; // Add post ID to post data// Update the post into the database wp_update_post( $posts );} لینک به ارسال
imanfakhar 26231 ارسال شده در اردیبهشت 94 گزارش بازنشر ارسال شده در اردیبهشت 94 الان کدتون مشکل داره یا درست شد؟ لینک به ارسال
پست های پیشنهاد شده
لطفا برای ارسال دیدگاه وارد شوید
شما بعد از اینکه وارد حساب کاربری خود شدید می توانید دیدگاهی ارسال کنید
ورود به حساب کاربری