Skip to content

Instantly share code, notes, and snippets.

View daveloodts's full-sized avatar

Dave Loodts daveloodts

View GitHub Profile
<?php if( have_rows('verhuur_item') ): ?>
<?php while( have_rows('verhuur_item') ): the_row();
// vars
$hoofdfotoverhuuritemID = get_sub_field('hoofdafbeelding');
$titelverhuur = get_sub_field('naam_van_verhuur_item');
$contentverhuur = get_sub_field('tekst_verhuuritem');
$imagevh = wp_get_attachment_image_src( $hoofdfotoverhuuritemID, 'thumbnail' );