term_id;// category/actualites/
//exclude articles + category/actualites/
if (in_array($id, array('3410','3212','2595','2599','2597','2374','2021','2006','1991','1885','1659','1389','868','59','465','415','10','723','240'))==0 && $actus!=10 ) {
$current_page = sanitize_post( $GLOBALS['wp_the_query']->get_queried_object() );
// Get the page slug
$slug = $current_page->post_name;
// homepage : no slug
if ($id==850) $slug="" ;
echo "" ;
//echo "
";
}
?>