Quote:
Originally Posted by I.G.O.T.A.
If I wanted to add a custom description and keywords would I add that to the your custom code goes here?
// ###### YOUR CUSTOM CODE GOES HERE #####
$pagetitle = 'Test Page';
<meta name="description" content="Testing page" />
<meta name="keywords" content="testing, page," />
|
You would just add it to the template you are creating for the page.