Created
February 4, 2014 18:56
-
-
Save emaildano/8809969 to your computer and use it in GitHub Desktop.
Displays number of found posts in Wordpress.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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