Exemplo n.º 1
0
}
?>
        </select>
    </p>

    <p class="wpo_section wpo_blog">
        <?php 
$mb->the_field('blog-layout');
?>
        <label>Blog Layout:</label>
        <select name="<?php 
$mb->the_name();
?>
">
            <?php 
foreach ($object->getBlog() as $key => $value) {
    ?>
                <option value="<?php 
    echo $key;
    ?>
" <?php 
    $mb->the_select_state($key);
    ?>
>
                    <?php 
    echo $value;
    ?>
                </option>
            <?php 
}
?>