WIKI使用導(dǎo)航
站長(zhǎng)百科導(dǎo)航
站長(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:WPMU List All Postings Widget”
該編輯可以被撤銷。 請(qǐng)檢查下面的對(duì)比以核實(shí)您想要撤銷的內(nèi)容,然后發(fā)布下面的更改以完成撤銷。
最后版本 | 您的文本 | ||
第1行: | 第1行: | ||
This code is the code needed to create a widget to show a list of on post in each of your blogs.? It is dependent on the plug-in [http://wpmudev.org/project/List-All-Posts List All Posts], that should be installed first.? Create a blank text file named widget_list_all_posts.php in your plugins folder, add the following php code.? You should them be able to activate the List All Posts plugin and the List-All-Posts Widget on the plugins tab.? Then look over in the presentation/widgets tab and you should have a new widget named List All Posts Widget. | This code is the code needed to create a widget to show a list of on post in each of your blogs.? It is dependent on the plug-in [http://wpmudev.org/project/List-All-Posts List All Posts], that should be installed first.? Create a blank text file named widget_list_all_posts.php in your plugins folder, add the following php code.? You should them be able to activate the List All Posts plugin and the List-All-Posts Widget on the plugins tab.? Then look over in the presentation/widgets tab and you should have a new widget named List All Posts Widget. | ||
<pre> | <pre> | ||
<?php | <?php | ||
第11行: | 第8行: | ||
Author: Unkown - last edited Iolaire McFadden ? | Author: Unkown - last edited Iolaire McFadden ? | ||
Author URI: http://codex.wordpress.org/WPMU_List_All_Blogs_Widget | Author URI: http://codex.wordpress.org/WPMU_List_All_Blogs_Widget | ||
Version: 0.0.1 | Version: 0.0.1 | ||
*/ | */ |