Safe System of Work (SSoW)
'document', //write slug of post type
'posts_per_page' => -1,
'order' => 'ASC',
'orderby' => 'title',
'tax_query' => array(
array( 'taxonomy' => 'category', 'field' => 'slug', 'terms' => 'safe-system-of-work-ssow' )
)
);
$childrens = new WP_Query( $args );
?>
have_posts() ) : ?>
have_posts() ) : $childrens->the_post(); ?>
Documents not found



