Qué bien me haces cuando me haces bien
http://www.albertespinosa.com/wp-content/uploads/2016/11/h2_book_es.png http://www.albertespinosa.com/wp-content/uploads/2023/02/frontal-GR63320-QUE-BIEN-ME-HACES-scaled.jpg
Qué bien me haces cuando me haces bien
[insert_php]
$your_repeater = get_field(‘edicion’);
if($your_repeater){
while( have_rows(‘edicion’) ): the_row();
$edicion_nombre = get_sub_field(‘edicion_nombre’);
$edicion_precio = get_sub_field(‘edicion_precio’);
echo »;
echo ‘‘ . $edicion_nombre . ‘ – ‘ . $edicion_precio . ‘€
‘;
echo ‘
‘;
if( have_rows(‘enlaces’) ):
while( have_rows(‘enlaces’) ): the_row();
$enlace_nombre = get_sub_field(‘enlace_nombre’);
$enlace_url = get_sub_field(‘enlace_url’);