Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    May 2009
    Posts
    197
    Plugin Contributions
    0

    Default How can I change the page name?

    Hi All,

    I've been trying to change the page name: page2, page2, .... to the name that I want. Please show me how to do it. Thanks so much for your help.

  2. #2
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: How can I change the page name?

    You will need to edit the file(s) under

    YOUR_STORE_DIRECTORY/includes/languages/english/

    For example, below is what is in
    YOUR_STORE_DIRECTORY/includes/languages/english/page_3.php

    define('NAVBAR_TITLE', 'Page 3');
    define('HEADING_TITLE', 'Page 3');

    define('TEXT_INFORMATION', 'Page 3 text goes here.');

    Just change the one's I highlighted in RED to see the change in your store.

    define('NAVBAR_TITLE', 'Helpful Hints');
    define('HEADING_TITLE', 'Helpful Hints');

    define('TEXT_INFORMATION', 'Page 3 text goes here.');

    No need to change the 3rd line.

 

 

Similar Threads

  1. Replies: 2
    Last Post: 17 Aug 2011, 10:19 PM
  2. How do I change the URL sub-page name to the Category name?
    By gwtnow21 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 28 Jan 2011, 05:20 PM
  3. How can I change the page name?
    By ttmb33 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Jun 2009, 07:42 AM
  4. Not in FAQs.. How to change Page 2, Page 3 name to the actual page name
    By jdsmith8 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Mar 2009, 12:15 AM
  5. Replies: 3
    Last Post: 29 Jan 2008, 04:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg