diff --git a/src/inc/structure/stories.php b/src/inc/structure/stories.php index fd818d9..b4006c8 100644 --- a/src/inc/structure/stories.php +++ b/src/inc/structure/stories.php @@ -9,11 +9,13 @@ 'story', 'lang' => pll_current_language(), 'posts_per_page' => -1, 'orderby' => $orderby, + 'order' => $order, ); $the_query = new WP_Query( $args ); $resorted_post_ids = array();