-
-
Save stwalkerster/8899a7ed20987264d146b3c171346a4c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(get_post_meta(get_the_ID(), 'ed_post_mode', true) != '') : | |
switch(get_post_meta(get_the_ID(), 'ed_post_mode', true)) : | |
case 'trip': | |
get_template_part('elitetrip'); | |
break; | |
case 'session': | |
get_template_part('elitesession'); | |
break; | |
endswitch; | |
endif; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment