-1, 'post_status' => 'publish', ); $posts_list = get_posts($get_posts_args); $content .= "
"; $content .= "nb posts published : "; $content .= count($posts_list); $content .= "
"; foreach ($posts_list as $post_value) { $content .= ""; //$content .= "nb posts published : "; //$content .= count($posts_list); //$content .= "
"; //foreach ($posts_list as $post_key => $post_value) { // $content .= "";
// $content .= "post content : ";
// $content .= $post_key;
// $content .= " : ";
// $content .= "
";
// foreach ($post_value as $key => $value) {
// $content .= "- [";
// $content .= $key;
// $content .= "]: [";
// $content .= $value;
// $content .= "]
";
// }
// $content .= "
OSM map 2