Skip to content

Commit e7cd472

Browse files
committed
publicly_queryable needs to be true for query loop block visibility
1 parent ca3d961 commit e7cd472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/osi-features/inc/classes/taxonomies/class-taxonomy-status.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function get_args() {
7373
'hierarchical' => false,
7474
'rewrite' => false,
7575
'public' => false,
76-
'publicly_queryable' => false,
76+
'publicly_queryable' => true,
7777
'show_ui' => true,
7878
'show_in_menu' => true,
7979
'show_in_nav_menus' => false,

0 commit comments

Comments
 (0)