Hello,

I've been working all day on trying to sort my meta tags out but there's one thing that's not working!

I've set up my site so that the categories have their own defined meta tags and that seems to be working now. Now, I need to get the homepage to show the correct meta tags but the code I'm putting in does not work. I managed to modify it to get the keywords to display correctly but the meta description is not right!

This is some of the info I have in includes/languages/english/CUSTOM/meta_tags.php

// page title
define('TITLE', 'Paganbound. Pagan Supplies, Wiccan Supplies and Gothic Gifts');

// Site Tagline
define('SITE_TAGLINE', ' ');

// Custom Keywords
define('KEYWORDS', 'pagan supplies, wiccan supplies, gothic gifts, spiritual items, crystal balls, ouija boards');

// Custom Description
define('DESCRIPTION', 'MY DESCRIPTION SHOULD BE HERE?');

// Review Page can have a lead in:
define('META_TAGS_REVIEW', 'Reviews: ');

// separators for meta tag definitions
// Define Primary Section Output
define('PRIMARY_SECTION', ' : ');
Changing 'Custom_keywords' to 'keywords' worked on that part okay. I added the description line in myself but it's not showing the correct info in the page source.

Does anyone know what I can change to get the description to work?

I'd really appreciate any help....As I've said, I've been on this all day and not gotten too far

Thanks again.

Gary