最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

directory - how to create a folder in wordpress

programmeradmin3浏览0评论

This is the dilema: I want to install wordpress in the root (regular installation for a wordpress site). Although, I want to have different cities to be available for the user to view the content depending on their choice.

Example: 1. I have 2 cities (New York and Miami) 2. User chooses Miami 3. URL path should be: / 4. All information about Miami should be displayed (nothing about New York)

When creating pages or post ( I would like to have the choice as an admin to put it on the folder(city) I choose to.

Hope I am clear on my dilema. Thank you.

This is the dilema: I want to install wordpress in the root (regular installation for a wordpress site). Although, I want to have different cities to be available for the user to view the content depending on their choice.

Example: 1. I have 2 cities (New York and Miami) 2. User chooses Miami 3. URL path should be: http://www.domain/miami/ 4. All information about Miami should be displayed (nothing about New York)

When creating pages or post ( I would like to have the choice as an admin to put it on the folder(city) I choose to.

Hope I am clear on my dilema. Thank you.

Share Improve this question asked May 22, 2012 at 15:44 GustavoGustavo 111 gold badge1 silver badge2 bronze badges 1
  • How to create folder on WordPress website – Onimasa wasiu Commented Jul 10, 2020 at 6:28
Add a comment  | 

1 Answer 1

Reset to default 5

It might be best not to think of it as "folders" since it all runs off of index.php. The rest of the URL structure does not represent the file structure (eg Folders) but the permalink rewriting structure. (And thus make sure you have Permalinks enabled.)

To create example/miami, you would create a Page within WordPress and set its URL to miami. You can then create "child pages" by creating a page, and selecting Miami as its "parent" page.

http://codex.wordpress/Pages#Organizing_Your_Pages

发布评论

评论列表(0)

  1. 暂无评论