Forums

[resolved] Grabbing the posts per page setting in the dashboard (3 posts)

  1. charlieholder
    Member
    Posted 2 years ago #

    Is there a global variable or function to pull the dashboard setting for how many posts to show per page? Like, when I do $wp_query->max_num_pages is gives me how many pages I'd be working with for the pagination.

    Hope this makes sense.
    Thanks.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    <?php get_option('posts_per_page');?>

    http://codex.wordpress.org/Function_Reference/get_option

  3. charlieholder
    Member
    Posted 2 years ago #

    Thanks.

Topic Closed

This topic has been closed to new replies.

About this Topic