Skip to content
Ashaan Creatives
  • Home
  • Projects
  • Contact

ACF: If Elseif Else

#wordpress, Advanced Custom Fields, PHP

How to call in alternate options set in the page with the WordPress plugin, Advanced Custom Fields (ACF)

    <?php if( get_field('external_link') ): ?>
         <a href="<?php the_field('external_link'); ?>" target="_blank"><?php the_post_thumbnail('img-fluid w-100'); ?></a>
      <?php elseif( get_field('internal_link') ): ?>
         <a href="<?php the_field('internal_link'); ?>"><?php the_post_thumbnail('img-fluid w-100'); ?></a>
         <?php else: // field_name returned false ?>
<?php the_post_thumbnail('img-fluid w-100'); ?>
      <?php endif; ?>
« Persona by Delve AI
Taste Master Flavour lists – Flyers »
view all projects
asha@ashaan.com

© 2026 Ashaan Creatives