-1,
'category_name' => 'litter-box-announce' ,
);
// query
$the_query = new WP_Query( $args );
?>
have_posts() ): ?>
have_posts() ) : $the_query->the_post(); ?>
'.$name.'';
}
?>
'.$name.'';
}
$image = get_field('la-cf-sire-image');
$size = 'medium'; // (thumbnail, medium, large, full or custom size);
if( $image ) {
echo wp_get_attachment_image( $image, $size );
}
?>
X
'.$name.''; } ?>
'.$name.'';
}
$image = get_field('la-cf-bitch-image');
$size = 'medium'; // (thumbnail, medium, large, full or custom size);
if( $image ) {
echo wp_get_attachment_image( $image, $size );
}
?>