Hi Dario,
massive thanks for the answer, you’re the man !
Here is my working code :
<?php
echo do_shortcode( '[yasr_overall_rating postid='.$child_posts[ $i ]->ID.']');
?>
Cheers
Ok I fixed the problem:
it comes from FREE (french Hosting company) that does not support php5 it seems
I do not understand as I am used to installing WordPress on FREE and this is the first time I am facing this.
Anyway:
Create a .htaccess with “php 1” in it and upload it on your server (root)
It works for me