book_writer
$tax_query_writer = array( 'relation' => 'AND', array( 'taxonomy' => 'writer', 'field' => 'name', 'include_children' => true, ), );
$tax_query_writer = array( 'relation' => 'AND', array( 'taxonomy' => 'writer', 'field' => 'name', 'include_children' => true, ), );