Support

Account

Home Forums General Issues Page Link custom field – do not display if NULL Reply To: Page Link custom field – do not display if NULL

  • 
    <?php if( get_field('page_link') ): ?>
    	<a href="<?php the_field('page_link'); ?>">Read this!</a>
    <?php endif; ?>