Support

Account

Home Forums Add-ons Flexible Content Field Other Page Flexable Content Reply To: Other Page Flexable Content

  • Yeah thanks worked a treat code is

    <? if (get_field('sidebar')):?>
    <?php $other_page = $post->ID;?>
    <?php else:?>
    	<?php $other_page = 5; ?>
    <?php endif;?>