WIKI使用導(dǎo)航
站長(zhǎng)百科導(dǎo)航
站長(zhǎng)專題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢(qián)
- 虛擬主機(jī)
- cPanel
- 網(wǎng)址導(dǎo)航專題
- 云計(jì)算
- 微博營(yíng)銷
- 虛擬主機(jī)管理系統(tǒng)
- 開(kāi)放平臺(tái)
- WIKI程序與應(yīng)用
- 美國(guó)十大主機(jī)
WordPress:Permalinks Options SubPanel
Settings → Permalinks[ ]
By default WordPress uses web URLs which have question marks and lots of numbers in them, however WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links.
For a more in depth description of the way this structure is specified, see the WordPress:Using Permalinks article. For an introduction to Permalinks, read the Pretty Permalinks section of WordPress:Introduction to Blogging.
設(shè)置 → Permalinks[ ]
默認(rèn)情況下,WordPress使用的網(wǎng)絡(luò)URLs,有問(wèn)號(hào)和許多數(shù)字,但是WordPress使你能夠?yàn)槟愕膒ermalinks和歸檔創(chuàng)建自定義的URL結(jié)構(gòu)。 這可以提高美感,使用性能和你的鏈接的向前兼容性。
關(guān)于這個(gè)結(jié)構(gòu)的更深入的描述,請(qǐng)看看文章使用Permalinks。 關(guān)于Permalinks的介紹,請(qǐng)閱讀博客介紹中的Pretty Permalinks部分。
640px|right|Settings Permalinks SubPanel
Back to WordPress:Administration Panels.
640px|right|設(shè)置 Permalinks 子面板
返回到管理面板。
Customize Permalink Structure[ ]
自定義 Permalink 結(jié)構(gòu)[ ]
A number of tags are available, and here are some examples to get you started.
- Common settings
- Check one of the radio buttons corresponding to the correct Permalink Structure for your blog.
- Default - An example of the default structure is http://www.sample.com/?p=123
擁有的標(biāo)簽,這里有些例子,幫你開(kāi)始。
;普通設(shè)置: 選擇一個(gè)與你的博客的正確的Permalink結(jié)構(gòu)相應(yīng)的單選按鈕,。
- 默認(rèn) –默認(rèn)結(jié)構(gòu)的一個(gè)例子,在http://www.sample.com/?p=123
- Day and name - An example of the day and name based structure is http://www.sample.com/2008/03/31/sample-post/
- Month and name - An example of the monthe and name based structure is http://www.sample.com/2008/03/sample-post/
- Numeric - An example of the numeric structure is http://www.sample.com/archives/123
- 日期和名稱 –日期和名稱為基礎(chǔ)的結(jié)構(gòu)是http://www.sample.com/2008/03/31/sample-post/
- 月份和名稱 –月份和名稱為基礎(chǔ)的結(jié)構(gòu)是http://www.sample.com/2008/03/sample-post/
- 數(shù)字的 –數(shù)字的結(jié)構(gòu)的一個(gè)例子,是http://www.sample.com/archives/123
- Custom structure - In the box specify the custom structure you desire to use. One example is /archives/%year%/%monthnum%/%day%/%postname%/. Look at the WordPress:Using Permalinks article for further discussion of Permalink Structure Tags.
- 自定義結(jié)構(gòu) – 這個(gè)框,規(guī)定了你想要使用的自定義結(jié)構(gòu)。 一個(gè)例子是/archives/%year%/%monthnum%/%day%/%postname%/。 看看使用Permalinks文章,看看關(guān)于Permalink 結(jié)構(gòu)標(biāo)簽的深入討論。
- Optional
- You may enter custom bases for your category and tag URLs here. For example, using /topics/ as your category base would make your category links like http://example.org/topics/uncategorized/. If you leave these blank the defaults will be used. Again, see the WordPress:Using Permalinks article for further discussion of Permalink Structure Tags.
;可選擇的:你可以為類別和標(biāo)簽URLs,在這里輸入自定義基礎(chǔ)。 例如,使用/topics/作為你的類別基礎(chǔ),會(huì)使你的類別鏈接看起來(lái)像http://example.org/topics/uncategorized/。 如果你將這些保留為空白,就會(huì)使用默認(rèn)設(shè)置。 再次看看使用Permalinks文章, Permalink 結(jié)構(gòu)標(biāo)簽的深入討論。
- Category base - Enter a custom prefix for your category URLs here.
- Tag base - Enter a custom prefix for your tag URLs here.
- 也注意: 對(duì)于以點(diǎn)號(hào)("
.
")如".htaccess
"開(kāi)始的文件,在大多數(shù)服務(wù)器上,都是默認(rèn)隱藏的。查看你使用的FTP軟件的用戶指南或者常見(jiàn)問(wèn)題,查找怎樣使得軟件顯示這些隱藏文件,以及怎樣使用軟件更改文件權(quán)限,重新命名文件,等等。 更多關(guān)于這方面的信息,請(qǐng)看看更改文件權(quán)限。
comment out的結(jié)尾 -->
Save Changes[ ]
- Click the Save Changes button to ensure any changes you have made to your Settings are saved to your database. Once you click the button, a confirmation text box will appear at the top of the page telling you your settings have been saved.
保存更改[ ]
;點(diǎn)擊保存更改按鈕,確保你對(duì)設(shè)置所作的任何更改保存在你的數(shù)據(jù)庫(kù)中。 你點(diǎn)擊按鈕后,在網(wǎng)頁(yè)的頂上方會(huì)出現(xiàn)確認(rèn)文本框,通知你,你的設(shè)置已經(jīng)得到了保存。
Back to WordPress:Administration Panels.
返回到管理面板。