Changeset 860094
- Timestamp:
- 02/18/2014 10:38:27 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
r859178 r860094 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 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 .14 15 13 16 14 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.