Post type with tag
test Post type with tag
// WP_Query arguments $args = array( 'post_parent' => 'product-info', ); // The Query $query = new WP_Query( $args );
test Post type with tag
// WP_Query arguments $args = array( 'post_parent' => 'product-info', ); // The Query $query = new WP_Query( $args );