Linux 软件免费装

The SubPage Loop

开发者 raysourav
更新时间 2010年3月4日 17:03
捐献地址: 去捐款
PHP版本: 2.0.2 及以上
WordPress版本: 2.9

标签

page child pages teplate custom iterator

下载

0.1

详情介绍:

This plugin creates an inner loop inside the main loop of a wordpress page. This inner loop allows user to iterate over the child page objects of the main page.

安装:

  1. Upload the-subpage-loop.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Add the following code in the page.php in your themes. Make sure that the code snippet is inside the main WP LOOP. while(have_subpages()): the_subpage_title(); the_subpage_content(); endwhile;