Hi,
1) First I try:
(on page.php with ACF field OK on Back Office)
<?php
$value = get_field('notation', $post->ID, FALSE);
$avrg = ( ! empty($value['avrg']) ? $value['avrg'] : 0 ) ;
$votes = ( ! empty($value['votes']) ? $value['votes'] : 0 ) ;
echo "rating: $avrg; votes: $votes";
?>
Show: r”ating: 0; votes: 0″ OK. But I can’t rate.
I try this (like any ACF Field):
<?php the_field('notation', $post->ID); ?>
But nothing show. All is hidden (i see a result in the source code).
2) HTTP, on localhost