Jump to content

dynamic title help/advise please.


gaogier

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/251887-dynamic-title-helpadvise-please/
Share on other sites

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.