El mundo amarillo (edición ilustrada)
http://www.albertespinosa.com/wp-content/uploads/2016/11/h2_book_es.png http://www.albertespinosa.com/wp-content/uploads/2020/03/el-mundo-amarillo.jpg
El mundo amarillo (edición ilustrada)
EDICIÓN ILUSTRADA POR PEP BOATELLA
Si crees en los sueños, ellos se crearán.
El creer y el crear están a una letra de distancia. [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 […]