Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created March 29, 2014 19:41
Show Gist options
  • Save jbutko/9861512 to your computer and use it in GitHub Desktop.
Save jbutko/9861512 to your computer and use it in GitHub Desktop.
WP: Get pount position in total post count
$numposts = wp_count_posts('post');
echo $numposts->publish;
// From http://wordpress.org/support/topic/get-pount-position-in-total-post-count?replies=5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment