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
Thanks David
Yep - thats exactly what I did - I should have spotted it myself - I blame 'too many late nights'
===========
Zugatrons Gifts and Gadgets
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.