make sure to check includes/languages/english/YOUR_TEMPLATE/meta_tags.phpHello.
I have just uploaded the Testimonial Manager and thank you for the contribution. Everything seems to be working fine except that on the display all testimonials page the meta tag says: META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER_ALL_TESTIMONIALS and is not displaying the correct information.
Any help with this would be greatly appreciated.
Thank You.
add the following definitions
// Per-Page meta-tags. Follow this pattern for individual pages you wish to override. This is useful mainly for additional pages.
// replace "page_name" with the UPPERCASE name of your main_page= value, such as ABOUT_US or SHIPPINGINFO etc.
// repeat pattern as necessary
define('META_TAG_DESCRIPTION_page_name','');
define('META_TAG_KEYWORDS_page_name','');
define('META_TAG_TITLE_TESTIMONIALS_MANAGER_ALL_TESTIMONIALS', 'All Testimonials - ');
define('META_TAG_TITLE_TESTIMONIALS_MANAGER', 'Testimonial - ');


Reply With Quote
