$page, 'order' => $order, 'orderby' => $orderby, 'ago' => $ago, 'taxonomy' => $args['taxonomy'] ); ?> fictioneer_caching_active( 'card_args' ) && ! fictioneer_private_caching_active(), 'show_type' => true, 'order' => $order, 'orderby' => $orderby, 'ago' => $ago ); // Special conditions for chapters... if ( $type == 'fcn_chapter' ) { if ( get_post_meta( $post->ID, 'fictioneer_chapter_no_chapter', true ) || get_post_meta( $post->ID, 'fictioneer_chapter_hidden', true ) ) { continue; } } // Echo correct card fictioneer_echo_card( $card_args ); } // Pagination $pag_args = array( 'prev_text' => fcntr( 'previous' ), 'next_text' => fcntr( 'next' ), 'add_fragment' => '#archive-list' ); if ( $GLOBALS['wp_query']->found_posts > get_option( 'posts_per_page' ) ) { ?>