custom post with sub posts.
| Author: | M.Saju (profile at wordpress.org) |
| WordPress version required: | |
| WordPress version tested: | |
| Plugin version: | 3.0.0 |
| Added to WordPress repository: | 07-02-2014 |
| Last updated: | 17-06-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 100 |
| Rated by: | 2 |
| Plugin URI: | |
| Total downloads: | 1 803 |
| Active installs: | 10+ |
![]() Click to start download |
|
You can add post with sub posts under the category and latest project on widget. In single.php $args = array( 'posts_per_page' => 5, 'post_parent' => get_the_ID(), 'post_type'=>'tabs_children');$myposts = get_posts( $args );
