Fix query args for chapters and recs

This commit is contained in:
Tetrakern 2023-08-07 19:51:52 +02:00
parent 11278b2312
commit 54eefa4caf
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ $query_args = array (
'order' => $order,
'paged' => $page,
'posts_per_page' => get_option( 'posts_per_page', 8 ),
'update_post_term_cache' => ! get_option( 'fictioneer_hide_taxonomies_on_story_cards' )
'update_post_term_cache' => ! get_option( 'fictioneer_hide_taxonomies_on_chapter_cards' )
);
// Append date query (if any)

View File

@ -34,7 +34,7 @@ $query_args = array (
'order' => $order,
'paged' => $page,
'posts_per_page' => get_option( 'posts_per_page', 8 ),
'update_post_term_cache' => ! get_option( 'fictioneer_hide_taxonomies_on_story_cards' )
'update_post_term_cache' => ! get_option( 'fictioneer_hide_taxonomies_on_recommendation_cards' )
);
// Append date query (if any)