Il codice lo definisce come "Imposta i dati postali globali. Aiuta a formattare i risultati delle query personalizzate per l'utilizzo dei tag modello. " Non lo capisco davvero.
Ecco un esempio di codice:
global $post;
$args = array( 'numberposts' => -1);
$posts = get_posts($args);
foreach( $posts as $post) : setup_postdata($post);
echo $post->ID;
endforeach;
Per favore, puoi spiegare?