I'm using PhotoPost Classifieds Template Options.
Each template is differents between them.
In /languages/english/uploadproduct1.php I have the following variable :
$pp_phrase['producttitle'] = "Title for your Ad";
In /languages/english/uploadproduct2.php I have the following variable :
$pp_phrase['producttitle'] = "What is it you are looking for?";
On my website, when I upload a new ad that using each template (0,1,2,3,4), it display always "Title for your Ad"
What's wrong ?
My website is now on production
Thanks