I’m not sure what code to substitute for what. Below is how I rewrote the code, and I did and ended up with a message: “Parse error: syntax error, unexpected ‘<‘ in /home/nemc/public_html/wp-content/themes/colorway/front-page.php on line 23”
(this is the line with your code in it) Help! thanks for responding!
<?php
$slideshow_id = get_post_meta( $post->ID, 'slideshow_id', true); // Get slideshow id from custom field data
if( isset($slideshow_id) ){
echo "<div class=\"post-slideshow\">";
<?php echo nggShowSlideshow(ID=4 W=450 H=350); ?>
// Display the slideshow
echo "</div>";
}
?>