bookstore taxonomy
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'lf_resource_category', 'terms' => 'bookstore', 'field' => 'slug', 'operator' => 'IN', ), );
$tax_query = array( 'relation' => 'OR', array( 'taxonomy' => 'lf_resource_category', 'terms' => 'bookstore', 'field' => 'slug', 'operator' => 'IN', ), );