How do I change the heading/wording of the "New Products for [month]" table located on the main page to just simply say "New Products"?
How do I change the heading/wording of the "New Products for [month]" table located on the main page to just simply say "New Products"?
In includes/languages/english/YOUR_TEMPLATE/index.php (where YOUR_TEMPLATE is the name of your custom template), look for
around line 503 and change it toCode:define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');
Code:define('TABLE_HEADING_NEW_PRODUCTS', 'New Products');