guysoul:
Hi there,
How do I change the Page 2 and Page 3 link on my site map. I've already changed the content of the page but the link still its showing page 2 and page 3.
See attachment :
You can refer to this link as well:
http://www.bestmilagechip.com/index...._page=site_map
at the bottom
Can anyone help me on this? tnx.. Looking from your response
find these define statements in includes/languages/english.php
define('BOX_INFORMATION_PAGE_2', 'Page 2');
define('BOX_INFORMATION_PAGE_3', 'Page 3');
change the highlighted portions to whatever you need.
save the file to includes/languages/YOUR_TEMPLATE/english.php and upload to your server.
find these define statements in includes/languages/english/page_2.php
define('NAVBAR_TITLE', 'Page 2');
define('HEADING_TITLE', 'Page 2');
and these in includes/languages/english/page_3.php
define('NAVBAR_TITLE', 'Page 3');
define('HEADING_TITLE', 'Page 3');
change the highlighted portions to whatever you need.
save the file to includes/languages/english/YOUR_TEMPLATE/page_2.php and
includes/languages/english/YOUR_TEMPLATE/page_3.php and upload to your server.