array( 'fcn_story' ), 'post_status' => array( 'publish' ), 'post__in' => $args['post_ids'], 'meta_key' => 'fictioneer_story_sticky', 'orderby' => 'meta_value ' . $args['orderby'], 'order' => $args['order'] ?? 'desc', 'posts_per_page' => $args['count'], 'no_found_rows' => true ); // Parameter for author? if ( isset( $args['author'] ) && $args['author'] ) $query_args['author_name'] = $args['author']; // Query stories $entries = new WP_Query( $query_args ); ?>
have_posts() ) : ?>