: This article describes how to modify the word "homepage" in the current location of the CMS. For more information about PHP tutorials, see. 1. Where can I modify the two words on the current home page of the Empire CMS?
2 ,[! -- Newsnail V --] Where can I modify the home page link?
3. navigation bar [! -- Newsnail V --] the default homepage is "homepage". can it be changed?
4. navigation bar [! -- Newsnail V --] The default value is: Homepage> category> subcategory ...... Can the first "homepage" be changed to another one? For example, change to "Home". how can this problem be achieved?
In fact, the modification method for the above problems is very simple. the modification location is e \ data \ language \ gb \ pub \ fun. php.
Find 'index' => 'homepage', and modify the text on the "homepage.
Note: To optimize seo, you can consider modifying it to the key keyword of your website.
The above describes how to modify the "homepage" in the current position of the CMS, including some content, and hope to help friends who are interested in the PHP Tutorial.