久久精品水蜜桃av综合天堂,久久精品丝袜高跟鞋,精品国产肉丝袜久久,国产一区二区三区色噜噜,黑人video粗暴亚裔
站長百科 | 數(shù)字化技能提升教程 數(shù)字化時(shí)代生存寶典
首頁
數(shù)字化百科
電子書
建站程序
開發(fā)
服務(wù)器
辦公軟件
開發(fā)教程
服務(wù)器教程
軟件使用教程
運(yùn)營教程
熱門電子書
WordPress教程
寶塔面板教程
CSS教程
Shopify教程
導(dǎo)航
程序頻道
推廣頻道
網(wǎng)賺頻道
人物頻道
網(wǎng)站程序
網(wǎng)頁制作
云計(jì)算
服務(wù)器
CMS
論壇
網(wǎng)店
虛擬主機(jī)
cPanel
網(wǎng)址導(dǎo)航
WIKI使用導(dǎo)航
WIKI首頁
最新資訊
網(wǎng)站程序
站長人物
頁面分類
使用幫助
編輯測試
創(chuàng)建條目
網(wǎng)站地圖
站長百科導(dǎo)航
站長百科
主機(jī)偵探
IDCtalk云說
跨境電商導(dǎo)航
WordPress啦
站長專題
網(wǎng)站推廣
網(wǎng)站程序
網(wǎng)站賺錢
虛擬主機(jī)
cPanel
網(wǎng)址導(dǎo)航專題
云計(jì)算
微博營銷
虛擬主機(jī)管理系統(tǒng)
開放平臺
WIKI程序與應(yīng)用
美國十大主機(jī)
編輯“
WordPress:WPMU Site Wide Categories
”
人物百科
|
營銷百科
|
網(wǎng)賺百科
|
站長工具
|
網(wǎng)站程序
|
域名主機(jī)
|
互聯(lián)網(wǎng)公司
|
分類索引
Xxf3325
(
討論
|
貢獻(xiàn)
)
2008年9月24日 (三) 14:30的版本
(新頁面: '''Note:''' Site wide tagging is introduced in WPMU version 1.3, so this approach might be considered obsolete. This solution uses a separate standard single-user wordpress install to re...)
(差異) ←上一版本 |
最后版本
(
差異
) |
下一版本→
(
差異
)
跳轉(zhuǎn)至:
導(dǎo)航
、?
搜索
警告:您正在編輯的是本頁面的舊版本。
如果您發(fā)布該更改,該版本后的所有更改都會丟失。
警告:
您沒有登錄。如果您做出任意編輯,您的IP地址將會公開可見。如果您
登錄
或
創(chuàng)建
一個(gè)賬戶,您的編輯將歸屬于您的用戶名,且將享受其他好處。
反垃圾檢查。
不要
加入這個(gè)!
'''Note:''' Site wide tagging is introduced in WPMU version 1.3, so this approach might be considered obsolete. This solution uses a separate standard single-user wordpress install to read the sitewide feed plugin from MU. Then using a category plugin, it makes tags. Please help evolve this documentation This documentation was gleamed from the thread at http://mu.wordpress.org/forums/topic.php?id=3247&replies=68 : I refactored it here to allow the instructions to evolve without incurring extra complexity. # On your *wpmu install*, download and install the wpmu-sitewide-feed plugin, and get it working. ## http://www.itdamager.com/plugins/wpmu-sitewide-feed/ # Install a copy of Single User Wordpress somewhere handy. Dr. Mike put his in http://daria.be/tags ## As an aside, make sure you have this name blocked out from your WPMu install or otherwise you're going to have issues. # Go through your Single User Wordpress install that you have setup for the tags and make the following changes: ## On Admin->Options->General ### uncheck 'Anyone can register' is unchecked ## On Admin->Options->Reading: ### change the Syndication Feeds to Summary (Optional but suggested) ### Bump up the Show the Most Recent: to something like 25. (Again optional but what the hey) ## On Admin->Options->Privacy ### Change Blog Visibility to 'I would like to block search engines, but allow normal visitors' ### '''VERY IMPORTANT'''! This way you're not sending out pings to the posts you're importing. Did I say how important it was to turn off those options? ## On Admin->Options->Discussion ### '''VERY IMPORTANT'''! Turn off the first three options under 'Usual settings for an article': ### Turn off "Attempt to notify any Weblogs linked to from the article (slows down posting.)" ### Turn off "Allow link notifications from other Weblogs (pingbacks and trackbacks.)" ### Turn off "Allow people to post comments on the article" ### Turn on "Before a comment appears:An administrator must always approve the comment" (your install is not for original comment ## On Admin->Options->Permalinks ### Change Permalinks to 'Date and name based' # On the Single User Wordpress ## Download and enable the tag-replace-post-link.php plugin: http://heftagaub.wordpress.com/2007/03/17/sitewide-tags-for-wpmu-without-core-changes/ # On WPMU, Admin->SiteAdmin->Sitefeed ## Change Trigger Blog Id to such a high number that it does not refer to an active blog. Say 1000. (You will change it back after the first import.) # Download the reworked WP-Autoblog - http://wpmudev.org/project/wp-autoblog is a copy uploaded by someone. ## No sign of the version by Dr. Mike, "that I'm going to stick up over in http://wpmudev.org once I get this finished." (http://daria.be/tags/wp-autoblog.phps is a 404 Not Found.) # Install the wp-autoblog plugin # Activate the wp-autoblog plugin # Make sure you did remember to stop the pings as above. (Admin->Options->Discussion, above) # On your tag system install, go Dashboard -> Options -> WP Autoblog ## Enter the URL of your WPMuFeed into the basic settings box on the left. I also have chosen the Excerpt and give them credit options. # Double check the pings are in fact turned off. :) # On the Single User Wordpress, Options->WP AutoBlog, Run Script Now. It should import all the posts from MU into the single user worpress. # On WPMU, Admin->SiteAdmin->Sitefeed ## Change Trigger Blog Id back to the normal number. The changes to use the tag-replace-post-link.php plugin (or alternatively, hacks to link-template.php) allows the tag system to load the URL of the individual blog as the permalink instead of what it normally does. Later: http://mu.wordpress.org/forums/topic.php?id=3247&replies=68 http://heftagaub.wordpress.com/2007/03/17/sitewide-tags-for-wpmu-without-core-changes/
摘要:
請注意,您對站長百科的所有貢獻(xiàn)都可能被其他貢獻(xiàn)者編輯,修改或刪除。如果您不希望您的文字被任意修改和再散布,請不要提交。
您同時(shí)也要向我們保證您所提交的內(nèi)容是您自己所作,或得自一個(gè)不受版權(quán)保護(hù)或相似自由的來源(參閱
Wordpress-mediawiki:版權(quán)
的細(xì)節(jié))。
未經(jīng)許可,請勿提交受版權(quán)保護(hù)的作品!
取消
編輯幫助
(在新窗口中打開)
取自“
http://kktzf.com.cn/wiki/WordPress:WPMU_Site_Wide_Categories
”