$orientation = custom_field('orientation');
if($orientation == 'portrait') {
$portrait_count++;
} else {
$portrait_count = 0;
}
?>

$orientation = custom_field('orientation');
if($orientation == 'portrait') {
$portrait_count++;
} else {
$portrait_count = 0;
}
?>
