" . count($speciesList) . " " . __("species photographed") . "
"; echo "| " . __("Species") . " | " . __("Count") . " |
|---|---|
| " . esc_html($species['species_name']) . " | "; echo "" . $species['total'] . " | "; echo "
" . __("No species photographed") . "
"; endif; elseif ( $wp_query->have_posts() && count($uniqueposts)) : echo "" . $wp_query->found_posts. ' ' . __("results found") . '
'; /* Start the Loop */ while ( $wp_query->have_posts() ) : $wp_query->the_post(); /* * Include the Post-Format-specific template for the content. * If you want to override this in a child theme, then include a file * called content-___.php (where ___ is the Post Format name) and that will be used instead. */ //if (get_the_post_thumbnail()) { get_template_part( 'template-parts/post/content', get_post_format() ); //} endwhile; the_posts_pagination( array( 'prev_text' => twentyseventeen_get_svg( array( 'icon' => 'arrow-left' ) ) . '' . __( 'Previous page', 'twentyseventeen' ) . '', 'next_text' => '' . __( 'Next page', 'twentyseventeen' ) . '' . twentyseventeen_get_svg( array( 'icon' => 'arrow-right' ) ), 'before_page_number' => '', ) ); else : _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'twentyseventeen' ); endif; } else { ?> } ?>
