Changeset 855354
- Timestamp:
- 02/11/2014 06:25:44 AM (12 years ago)
- File:
-
- 1 edited
-
add-sub-posts/tags/2.0.1/redme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
add-sub-posts/tags/2.0.1/redme.txt
r855339 r855354 10 10 11 11 Add sub post is a plugin that allows you to easily add childern posts to created Custom_post_type 'project' under the 12 custom taxonomy. 13 14 This plugin allows you to create a childern post after publish a parent post(post_type='project') 15 12 custom taxonomy. This plugin allows you to create a childern post after publish a parent post(post_type='project').In single.php $args = array( 'posts_per_page' => 5, 'post_parent' => get_the_ID(), 'post_type'=>'tabs_children'); $myposts = get_posts( $args );foreach ( $myposts as $post ) : setup_postdata( $post ); 13 . 16 14 17 15
Note: See TracChangeset
for help on using the changeset viewer.