Plugin Directory

Changeset 860094


Ignore:
Timestamp:
02/18/2014 10:38:27 AM (12 years ago)
Author:
saju79shyni
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • add-sub-posts/tags/2.0.1/redme.txt

    r859178 r860094  
    1111Add sub post is a plugin that allows you to easily add childern posts to created Custom_post_type 'project' under the
    1212custom 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 
    1513
    1614== Installation ==
Note: See TracChangeset for help on using the changeset viewer.