I am new on this forum, so i hope i've put this is the right place.
I am helping out someone with their site (i have very basic skills) and am a bit stuck so any help would be appreciated.
Currently the site uses a CMS which uses one fieild on a form as the page title, meta title, meta description and meta keywords. There is only one page and this pulls content from the CMS to create other pages.
I have found the field in an include which tells the cms where to get the meta data from, but i was wondering if i could over write it somehow.
The code for the pages i want is
<?php
}else if($page== 'more'){
$pageTitle = ' - '.htmlentities($title_x);
?>
<title><?=APP_TITLE." : : ".htmlentities($title_x);?></title>
<meta name="keywords" content="<?=htmlentities($title_x)?>" />
<meta name="description" content="<?=htmlentities($title_x)?>" />
The pages are /more00 the numbers represent the pages that are created.
I really hope this makes sense to someone. i am available for answers if needs be.
Thanks
Colin


Sign In
Create Account

Back to top









