Hi,
I would like to use the values of title (PAGE_TITLE), description meta tag and keyword meta tag in the footer of my template. How can I import these values in the footer ?
I am using 3.0.4 premod advanced SEO with prosilver.
Moderator: Moderators
// www.phpBB-SEO.com SEO TOOLKIT BEGIN - META
global $seo_meta;
$seo_meta->seo_meta_tags();
// www.phpBB-SEO.com SEO TOOLKIT END - META$seo_meta->meta['meta_desc']
$seo_meta->meta['keywords']
$seo_meta->meta['meta_title']
$template->assign_vars( array(
'META_KEYWORDS' => $seo_meta->meta['keywords'],
'META_DESC' => $seo_meta->meta['meta_desc''],
'META_TITLE' => $seo_meta->meta['meta_title''],
));{META_KEYWORDS}
{META_DESC}
{META_TITLE}
Users browsing this forum: No registered users and 7 guests