Codex กำหนดเป็น 'ตั้งค่าข้อมูลการโพสต์ทั่วโลก ช่วยในการจัดรูปแบบผลลัพธ์แบบสอบถามที่กำหนดเองสำหรับการใช้แท็กแม่แบบ ' ฉันไม่เข้าใจสิ่งนี้จริงๆ
นี่คือตัวอย่างรหัส:
global $post;
$args = array( 'numberposts' => -1);
$posts = get_posts($args);
foreach( $posts as $post) : setup_postdata($post);
echo $post->ID;
endforeach;
คุณช่วยอธิบายได้มั้ย