El món groc (edició il·lustrada)
http://www.albertespinosa.com/wp-content/uploads/2017/03/llibres-2.png http://www.albertespinosa.com/wp-content/uploads/2020/03/el-mon-groc.jpg
El món groc (edició il·lustrada)
EDICIÓ IL·LUSTRADA PER PEP BOATELLA
Si creus en els somnis, es faran realitat.
Creure i crear són a poques lletres de distància. [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’) […]