Plugin Directory

Changeset 855354


Ignore:
Timestamp:
02/11/2014 06:25:44 AM (12 years ago)
Author:
saju79shyni
Message:

updates

File:
1 edited

Legend:

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

    r855339 r855354  
    1010
    1111Add 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  
     12custom 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 .
    1614
    1715
Note: See TracChangeset for help on using the changeset viewer.