Sorry to string this out over soooo many posts Clyde, but I have just one more very quick question.
Is it possible to add my sites title & tagline after the testimonials title in the following code:
Thanks.Code:// Testimonials: case 'testimonials_manager': define('META_TAG_TITLE', $page_check->fields['testimonials_title']); define('META_TAG_DESCRIPTION', zen_trunc_string($page_check->fields['testimonials_html_text'],TESTIMONIALS_MANAGER_DESCRIPTION_LENGTH)); define('META_TAG_KEYWORDS', $page_check->fields['testimonials_title']); break;


Reply With Quote


