You are here:  » <title> on reviews page

Support Forum



<title> on reviews page

Submitted by 4eyes on Thu, 2007-02-15 22:35 in

I want the on my reviews page to read Review of Product Name from My Company Name

The meta description changes Ok, but the title still reads the same as the 'product' page :(

Can you help?

thanks

Submitted by support on Fri, 2007-02-16 03:52

Hi,

I've actually just realised that the title variable is set twice in reviews.php, so changing the first instance which is what you may have done will have no effect.

The second instance of the following code is on line 78:

$header["title"] = $q;

You would need to change this as follows:

$header["title"] = "Review of ".$q." from Your Company Name";

That should do the trick - apologies for the inconvenience...

Cheers,
David.

Submitted by 4eyes on Fri, 2007-02-16 11:52

Thanks David

Yep - thats exactly what I did - I should have spotted it myself - I blame 'too many late nights'

===========
Zugatrons Gifts and Gadgets