conditional shortcode not working
As a test in the first conditional statement replace your //php comment in the else {} portion of your conditional with an actual echo statement to see whether the conditional is actually working properly, <?php if( is_page( 39 ) ) { // make your stuff here echo do_shortcode(‘[nggallery id=1]’); } else { echo ‘It works!’; … Read more