'/projects/index.html', 'skip-template' => true ); $projects = perch_content_custom('Projects', $opts, true); $the_project = false; if( isset($_GET['p']) ) { $p = $_GET['p']; foreach( $projects as $project ) { if( $project['slug'] == $p ) { $the_project = $project; break; } } } // If project no longer exists or an invalid argument has been passed, redirect to projects index if( !$the_project ) { header('Location: /projects'); exit; } //echo '
'.print_r($the_project, true).'
'; ?> JAC Interiors - Project - <?php echo $the_project['name']; ?>