'/shop/index.php', 'filter' => 'slug', 'match' => 'eq', 'value' => perch_get('s'), 'skip-template' => 'true', 'return-html' => 'true', )); // create the variables $title = $shopitem['0']['title']; $description = $shopitem['0']['excerpt']; $sharingimage = $shopitem['0']['image']; $default_title = '| Shop | Oakfield Gallery'; //use the variables in the array value perch_page_attributes_extend(array( 'description' => $description, 'og_description' => $description, 'og_title' => $title, 'og_type' => 'article', 'sharing_image' => $sharingimage, //'og_author' => 'https://www.facebook.com/myfbname', )); ?> <?php if (perch_get('s')) { echo $title; } else {echo perch_pages_title();}?> <?php echo $default_title; ?>