Title: Remove Listing Pagination
Last modified: August 30, 2016

---

# Remove Listing Pagination

 *  Resolved [eric8111](https://wordpress.org/support/users/eric8111/)
 * (@eric8111)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-listing-pagination/)
 * Disclosure: I’m a WordPress novice and CSS Rookie.
 * I’m trying to remove listing pagination, and according to an old thread ([https://wordpress.org/support/topic/remove-listing-navigation?replies=2](https://wordpress.org/support/topic/remove-listing-navigation?replies=2)),
   I know what I need to do (edit template to remove pagination or use CSS to display:
   none), but I can’t seem figure out how to execute this.
 * Can you please elaborate on exactly what CSS needs to be entered or where I should
   look to edit the template?
 * Thanks in advance,
 * Eric
 * [https://wordpress.org/plugins/wp-listings/](https://wordpress.org/plugins/wp-listings/)

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

 *  Thread Starter [eric8111](https://wordpress.org/support/users/eric8111/)
 * (@eric8111)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-listing-pagination/#post-6622249)
 * Bump
 *  Plugin Author [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * (@agentevolution)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/remove-listing-pagination/#post-6622310)
 * 1. Copy the single-listing.php and archive-listing.php from the plugin’s views
   folder to your theme folder.
    2. Edit the templates and remove the functions 
   related to pagination.
 * On archive-listing.php remove:
 *     ```
       if (function_exists('equity')) {
       			equity_posts_nav();
       		} elseif (function_exists('genesis_init')) {
       			genesis_posts_nav();
       		} else {
       			wp_listings_paging_nav();
       		}
       ```
   
 * In single-listing.php remove:
 *     ```
       // Previous/next post navigation.
       wp_listings_post_nav();
       ```
   

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

The topic ‘Remove Listing Pagination’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-listings_978e8f.svg)
 * [IMPress Listings](https://wordpress.org/plugins/wp-listings/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-listings/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-listings/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-listings/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-listings/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-listings/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [agentevolution](https://wordpress.org/support/users/agentevolution/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/remove-listing-pagination/#post-6622310)
 * Status: resolved