gaogier Posted November 27, 2011 Share Posted November 27, 2011 Hello If I have 1 header page I edit and it changes on all the pages on the website. However the title is the same on every page and I am trying to make the site more SEO friendly. I was thinking of adding an <?php echo $title; ?>, and have the rest of the code on the relevant pages. I would need to add the following code to the correct pages right? <?php $title = "New title!"; ?>< or would that be too complex? Is there an easier way? So, if I don't have a title on the page set up, I can create an if statement. Is the following code correct? <?php if ($title): echo $title; else { echo $standard title; } ?> I am a novice at php. Sorry and thanks for your help. MOD EDIT: [m] . . . [/m] tags changed to . . . tags. Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted November 27, 2011 Share Posted November 27, 2011 Use code tags, not PHP manual link tags when posting code. Quote Link to comment Share on other sites More sharing options...
gaogier Posted November 27, 2011 Author Share Posted November 27, 2011 Okay, sorry. So, I have managed to set up part 1 okay. I want this, url to show .:RuneHints:. Quests - All Fired Up Guide If its any help the site uses tinymce. I am not sure if that helps or this should be in php code. As I didn't code the site I post here. Quote Link to comment Share on other sites More sharing options...
gaogier Posted November 27, 2011 Author Share Posted November 27, 2011 Problem Resolved Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.