Title: Hide pagination?
Last modified: August 24, 2016

---

# Hide pagination?

 *  Resolved [Jamie Edwards](https://wordpress.org/support/users/jamieedwards/)
 * (@jamieedwards)
 * [11 years ago](https://wordpress.org/support/topic/same-shortcode-different-results/)
 * Is there a way to hide the pagination other than setting the visibility as hidden
   in CSS?

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

 *  Plugin Author [Mark Zahra](https://wordpress.org/support/users/markzahra/)
 * (@markzahra)
 * [11 years ago](https://wordpress.org/support/topic/same-shortcode-different-results/#post-6093646)
 * Hi Jamie,
 * You can find the pagination settings currently available [here](http://www.wprssaggregator.com/docs/getting-started-general-display-settings/#general-display-settings_pagination-type).
   Is there a particular reason that you won’t want any pagination to appear on 
   your site?
 * Thanks.
 *  Thread Starter [Jamie Edwards](https://wordpress.org/support/users/jamieedwards/)
 * (@jamieedwards)
 * [11 years ago](https://wordpress.org/support/topic/same-shortcode-different-results/#post-6093701)
 * I have just hidden the pagination using css with this:
 *     ```
       .nav-links .nav-previous{
           visibility:hidden;
           }
       .nav-links .nav-next{
           visibility:hidden;
           }
       ```
   
 * In our site design, it just wasn’t working to display the pagination. We only
   really want to display a specific number of items and we were finding the pagination
   to be potentially a bit confusing to some of our website visitors.
 * Here is a link:
    [https://news.ok.ubc.ca](https://news.ok.ubc.ca)
 * We are using it on the front page in the “Events” box, and on internal pages 
   in the right hand sidebar.
 * Thanks very much,
    Jamie
 *  Plugin Author [Mark Zahra](https://wordpress.org/support/users/markzahra/)
 * (@markzahra)
 * [11 years ago](https://wordpress.org/support/topic/same-shortcode-different-results/#post-6093715)
 * Thanks for letting us know what you used to hide the pagination links Jamie. 
   Looks like it’s working great for you!

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

The topic ‘Hide pagination?’ is closed to new replies.

 * ![](https://ps.w.org/wp-rss-aggregator/assets/icon-256x256.gif?rev=3157090)
 * [RSS Aggregator - RSS Import, News Feeds, Feed to Post, and Autoblogging](https://wordpress.org/plugins/wp-rss-aggregator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rss-aggregator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rss-aggregator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rss-aggregator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rss-aggregator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rss-aggregator/reviews/)

## Tags

 * [different](https://wordpress.org/support/topic-tag/different/)

 * 3 replies
 * 2 participants
 * Last reply from: [Mark Zahra](https://wordpress.org/support/users/markzahra/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/same-shortcode-different-results/#post-6093715)
 * Status: resolved