If statements, can't get "else" to show up
-
Can’t get this to work, been trying different things – but it only shows the two first. The last one (the else) doesn’t show up on the website.
Can anyone see what I’m doing wrong with this one?
Thank you! ??
<?php if ( get_post_meta($post->ID, 'ends', true) ) { ?> <?php echo get_post_meta($post->ID, 'ends', true); ?> <?php } elseif ( shortcode_exists( 'postexpirator' ) ) { ?> <?php echo do_shortcode('[postexpirator]'); ?> <?php } else { ?> Continues <?php } ?>
[please continue with your original topic https://www.ads-software.com/support/topic/else-else-if?replies=1 and add any new information there]
- The topic ‘If statements, can't get "else" to show up’ is closed to new replies.