' . __( 'Archives for %s','fastfood' ) . ' (' . $wp_query->found_posts . ')' . '
', '' . wp_title( '',false,'right' ) . '' ); } elseif ( is_search() && !$fastfood_opt['fastfood_breadcrumb'] ) { printf( '
' . __( 'Search results for “%s”','fastfood' ) . ' (' . $wp_query->found_posts . ')' . '
', '' . esc_html( get_search_query() ) . '' ); } if (is_author()) { $ff_author = get_queried_object(); // If a user has filled out their description, show a bio on their entries. if ( $ff_author->description ) fastfood_post_details( array( 'author' => 1, 'date' => 0, 'tags' => 0, 'categories' => 0 ) ); } //skip posts with aside/status format (via options) if ( isset( $fastfood_opt['fastfood_post_view_aside'] ) && $fastfood_opt['fastfood_post_view_aside'] == 0 ) $ff_terms[] = 'post-format-aside'; if ( isset( $fastfood_opt['fastfood_post_view_status'] ) && $fastfood_opt['fastfood_post_view_status'] == 0 ) $ff_terms[] = 'post-format-status'; if ( isset( $ff_terms ) && !is_search() ) { global $query_string; parse_str( $query_string, $args ); $args['tax_query'] = array( array( 'taxonomy' => 'post_format', 'terms' => $ff_terms, 'field' => 'slug', 'operator' => 'NOT IN', ), ); query_posts( $args ); } if ( have_posts() ) { while ( have_posts() ) { the_post(); ?> ID ) ] ) && $fastfood_opt['fastfood_post_formats_' . get_post_format( $post->ID ) ] == 1 ) ? get_post_format( $post->ID ) : '' ; } ?>
max_num_pages ); next_posts_link( '»' ); ?>