Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yellowberri-snippets/c88910d8af31e06089f5 to your computer and use it in GitHub Desktop.
Save yellowberri-snippets/c88910d8af31e06089f5 to your computer and use it in GitHub Desktop.
PHP: WP: Get posts_per_page
<?php $postsPerPage = get_option('posts_per_page'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment