The result of a shortcode appear BEFORE page content ok now the question with something like that : $query = new WP_Query( 'p=1157' );
if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post();
the_content();
Get Child category “name” of post this is just perfect... but i have found a solution myself... i will get you my solution, but mark you as the approved answer !