All Post Meta
[insert_php]
$args = array(
‘numberposts’ => -1
);
$post_ids = get_posts (
array (
$args,
‘posts_per_page’=> -1,
‘fields’ => ‘ids’,
‘orderby’ => ‘ID’,
‘order’ => ‘ASC’
)
);
print(“
| ID: $singlePostId | “.print_r($metadati).” |
“);
[/insert_php]
