Title: Pagination
Last modified: August 31, 2016

---

# Pagination

 *  Resolved [darcimm](https://wordpress.org/support/users/darcimm/)
 * (@darcimm)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/pagination-254/)
 * How can I display more than 15 posts on the default listings page? And how can
   I remove the pagination as I want all posts on one page.
 * Thanks,
    Darci
 * [https://wordpress.org/plugins/simple-job-board/](https://wordpress.org/plugins/simple-job-board/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [PressTigers](https://wordpress.org/support/users/presstigers/)
 * (@presstigers)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/pagination-254/#post-7226265)
 * Hi Darci,
 * You can display any number of posts on job listing page by using following shortcode.
 *     ```
       // Display 5 posts on job listing page
       [jobpost posts="5"]
   
       // Display all posts on job listing page
       [jobpost posts="-1"]
       ```
   
 * Thank you. Let us know if you need any further assistance.
 * Regards,
    PressTigers
 *  Thread Starter [darcimm](https://wordpress.org/support/users/darcimm/)
 * (@darcimm)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/pagination-254/#post-7226304)
 * Thanks for the response.
 * I’m asking about the default jobs page that doesn’t use shortcode. Is there a
   way to show all listings on that page without pagination?
 * Thanks,
    Darci
 *  Plugin Author [PressTigers](https://wordpress.org/support/users/presstigers/)
 * (@presstigers)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/pagination-254/#post-7226308)
 * Hi Darci,
 * Go to **simple-job-board> templates> archive-jobpost.php** and change the value
   of following parameter according to your requirement.
 *     ```
       // Display 15 recent job posts
        'posts_per_page' => '15',
   
        // Display all job posts
        'posts_per_page' => '-1',
       ```
   
 * Thanks & Regards,
    PressTigers
 *  Thread Starter [darcimm](https://wordpress.org/support/users/darcimm/)
 * (@darcimm)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/pagination-254/#post-7226365)
 * I have attempted the below as per your directions to show all job posts, and 
   it is still paginating.
 *  $args = apply_filters(‘sjb_output_jobs_args’, array(
    ‘posts_per_page’ => ‘-
   1’, ‘post_type’ => ‘jobpost’, ‘jobpost_category’ => $a[‘category’], ‘jobpost_job_type’
   => $a[‘type’], ‘jobpost_location’ => $a[‘location’], ‘paged’ => $paged, ));
 * I’ve also tried 50 as a test and that doesn’t do anything either. Is there something
   I’m doing wrong?
 * Thanks,
    Darci
 *  Plugin Author [PressTigers](https://wordpress.org/support/users/presstigers/)
 * (@presstigers)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/pagination-254/#post-7226368)
 * Hi Darci,
 * It seems that you are listing jobs using jobpost shortcode.
 * Please try to change the above parameter in **simple-job-board> includes> class-
   simple-job-board-shortcodes.php**
 * Thanks & Regards,
    PressTigers

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Pagination’ is closed to new replies.

 * ![](https://ps.w.org/simple-job-board/assets/icon-256x256.png?rev=1829069)
 * [Simple Job Board](https://wordpress.org/plugins/simple-job-board/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-job-board/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-job-board/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-job-board/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-job-board/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-job-board/reviews/)

## Tags

 * [one page](https://wordpress.org/support/topic-tag/one-page/)
 * [pagination](https://wordpress.org/support/topic-tag/pagination/)

 * 5 replies
 * 2 participants
 * Last reply from: [PressTigers](https://wordpress.org/support/users/presstigers/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/pagination-254/#post-7226368)
 * Status: resolved