久久精品水蜜桃av综合天堂,久久精品丝袜高跟鞋,精品国产肉丝袜久久,国产一区二区三区色噜噜,黑人video粗暴亚裔
站長(zhǎng)百科 | 數(shù)字化技能提升教程 數(shù)字化時(shí)代生存寶典
首頁(yè)
數(shù)字化百科
電子書
建站程序
開發(fā)
服務(wù)器
辦公軟件
開發(fā)教程
服務(wù)器教程
軟件使用教程
運(yùn)營(yíng)教程
熱門電子書
WordPress教程
寶塔面板教程
CSS教程
Shopify教程
導(dǎo)航
程序頻道
推廣頻道
網(wǎng)賺頻道
人物頻道
網(wǎng)站程序
網(wǎng)頁(yè)制作
云計(jì)算
服務(wù)器
CMS
論壇
網(wǎng)店
虛擬主機(jī)
cPanel
網(wǎng)址導(dǎo)航
WIKI使用導(dǎo)航
WIKI首頁(yè)
最新資訊
網(wǎng)站程序
站長(zhǎng)人物
頁(yè)面分類
使用幫助
編輯測(cè)試
創(chuàng)建條目
網(wǎng)站地圖
站長(zhǎng)百科導(dǎo)航
站長(zhǎng)百科
主機(jī)偵探
IDCtalk云說
跨境電商導(dǎo)航
WordPress啦
站長(zhǎng)專題
網(wǎng)站推廣
網(wǎng)站程序
網(wǎng)站賺錢
虛擬主機(jī)
cPanel
網(wǎng)址導(dǎo)航專題
云計(jì)算
微博營(yíng)銷
虛擬主機(jī)管理系統(tǒng)
開放平臺(tái)
WIKI程序與應(yīng)用
美國(guó)十大主機(jī)
編輯“
WordPress:Settings Privacy SubPanel
”
人物百科
|
營(yíng)銷百科
|
網(wǎng)賺百科
|
站長(zhǎng)工具
|
網(wǎng)站程序
|
域名主機(jī)
|
互聯(lián)網(wǎng)公司
|
分類索引
跳轉(zhuǎn)至:
導(dǎo)航
、?
搜索
警告:
您沒有登錄。如果您做出任意編輯,您的IP地址將會(huì)公開可見。如果您
登錄
或
創(chuàng)建
一個(gè)賬戶,您的編輯將歸屬于您的用戶名,且將享受其他好處。
反垃圾檢查。
不要
加入這個(gè)!
==Settings → Privacy== The Privacy Settings control your blog's visibility to search engines such as Google and Technorati. You can decide if you would like your blog to be visible to everyone, including search engines (like Google, Sphere, Technorati) and archivers. If you don't want your blog available to the search engines you can block search engines, but allow normal visitors to see your site. [[WordPress:Image:options-privacy.png|640px|right|Settings Privacy SubPanel]] Back to [[WordPress:Administration Panels]]. ==設(shè)置 → 私密== 私密設(shè)置控制了其它的搜索引擎,如Google和Technorati能不能看到你的博客。 你可以決定是否任何人都能夠看到你的博客,包括搜索引擎(如Google,Sphere,Technorati)和archivers。 如果你不希望搜索引擎看到你的博客,你可以阻止搜索引擎,但是允許普通的訪客查看你的站點(diǎn)。 [[WordPress:Image:options-privacy.png|640px|right|設(shè)置私密子面板]] 返回到[[WordPress:Administration Panels|管理面板]]。 ==Privacy Settings== ;Blog visibility : :*'''I would like my blog to be visible to everyone, including search engines (like Google, Sphere, Technorati) and archivers''' - Check this radion button so WordPress does not restrict search engines ==私密設(shè)置== ;博客可見性: :*'''我希望任何人都能夠看到我的博客,包括搜索引擎(如Google,Sphere,Technorati)和archivers''' –選中這個(gè)按鈕,這樣WordPress就不會(huì)限制搜索引擎 :*'''I would like to block search engines, but allow normal visitors''' - check this for these results: ::* Causes "<meta name='robots' content='noindex,nofollow' />" to be generated into the <head> </head> section (if wp_head is used) of your site's source, causing search engine spiders to ignore your site. ::* Causes hits to robots.txt to send back: :::User-agent: * :::Disallow: / :*'''我希望阻止搜索引擎,但是運(yùn)行普通的訪客''' – 選中這個(gè)按鈕,結(jié)果是: ::*導(dǎo)致"<meta name='robots' content='noindex,nofollow' />"產(chǎn)生到你的站點(diǎn)資源的<head> </head>部分(如果用到了wp_head),導(dǎo)致了搜索引擎spiders忽視了你的站點(diǎn)。 ::*導(dǎo)致hits to robots.txt發(fā)送回: :::User-agent: * :::不允許: / ::: '''Note:''' The above only works if WordPress is installed in the site root and no robots.txt exists. ::* Stops pings to ping-o-matic and any other RPC ping services specified. This works by having the function <tt>privacy_ping_filter()</tt> remove the sites to ping from the list. This filter is added by having <tt>add_filter('option_ping_sites','privacy_ping_filter');</tt> in the default-filters. When the <tt>generic_ping</tt> function attempts to get the "ping_sites" option, this filter blocks it from returning anything. ::: '''注:''' WordPress安裝在站點(diǎn)根目錄而且不存在robots.txt,上述才能夠運(yùn)行。 ::*停止pings to ping-o-matic以及任何其他的RPC ping服務(wù)。 使得函數(shù)<tt>privacy_ping_filter()</tt>將站點(diǎn)從列表上移除,不能夠ping,便可以做到這一點(diǎn)。 這個(gè)過濾器是在默認(rèn)過濾器中放置<tt>add_filter('option_ping_sites','privacy_ping_filter');</tt>,添加的。 當(dāng)<tt>generic_ping</tt>函數(shù)嘗試得到"ping_sites"選項(xiàng)的時(shí)候,這個(gè)過濾器組織它返回任何內(nèi)容。 ::*Hides the Update Services option entirely on the [[WordPress:Administration_Panels|Administration]] > [[WordPress:Administration_Panels#Writing|Settings]] > [[WordPress:Settings_Writing_SubPanel|Writing]] panel with the message "WordPress is not notifying any Update Services because of your blog's privacy settings." ::*在[[WordPress:Administration_Panels|管理]] > [[WordPress:Administration_Panels#Writing|設(shè)置]] > [[WordPress:Settings_Writing_SubPanel|寫]]面板上通過顯示信息"由于你的博客的私密設(shè)置,WordPress 不會(huì)通知任何的更新服務(wù)。",隱藏更新服務(wù)選項(xiàng)。 ===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. Back to [[WordPress:Administration Panels]]. ===保存更改=== ;點(diǎn)擊'''保存更改'''按鈕,確保你對(duì)你的設(shè)置所作的任何更改,都保存到了你的數(shù)據(jù)庫(kù)中。 點(diǎn)擊這個(gè)按鈕后,網(wǎng)頁(yè)的頂上方會(huì)出現(xiàn)一個(gè)確認(rèn)框,告訴你,你的設(shè)置已經(jīng)保存了。 返回到[[WordPress:Administration Panels|管理面板]]。
摘要:
請(qǐng)注意,您對(duì)站長(zhǎng)百科的所有貢獻(xiàn)都可能被其他貢獻(xiàn)者編輯,修改或刪除。如果您不希望您的文字被任意修改和再散布,請(qǐng)不要提交。
您同時(shí)也要向我們保證您所提交的內(nèi)容是您自己所作,或得自一個(gè)不受版權(quán)保護(hù)或相似自由的來源(參閱
Wordpress-mediawiki:版權(quán)
的細(xì)節(jié))。
未經(jīng)許可,請(qǐng)勿提交受版權(quán)保護(hù)的作品!
取消
編輯幫助
(在新窗口中打開)
取自“
http://kktzf.com.cn/wiki/WordPress:Settings_Privacy_SubPanel
”