<?php
if
( have_rows(
'modules'
) ) {
while
) ) { the_row();
( get_row_layout() ==
'portfolio_content'
) {
$has_portfolio_content
= true; } } } ?>