Skip to content

Instantly share code, notes, and snippets.

@emaildano
Created February 4, 2014 18:56
Show Gist options
  • Save emaildano/8809969 to your computer and use it in GitHub Desktop.
Save emaildano/8809969 to your computer and use it in GitHub Desktop.
Displays number of found posts in Wordpress.
<?php global $wp_query; echo '<p>Found ' . $wp_query->found_posts . ' hits.</p>'; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment