Title: Pagination
Last modified: May 24, 2017

---

# Pagination

 *  Resolved [dmdesign91](https://wordpress.org/support/users/dmdesign91/)
 * (@dmdesign91)
 * [9 years ago](https://wordpress.org/support/topic/pagination-295/)
 * Hi,
 * Great plug in exactly what I was looking for so thanks. However a few issues 
   pagintatiin is not working despite being enabled and using the correct shortcode.
   Any ideas?
 * Also how can I add the share, email etc as seen at the bottom here: [https://www.mist.com/news/press-releases/new-mist-ble-alliance-drives-adoption-high-accuracy-indoor-location-services/](https://www.mist.com/news/press-releases/new-mist-ble-alliance-drives-adoption-high-accuracy-indoor-location-services/)
   any plug in suggestions?
 * Finally how can I have the dates like this instead of bulleted on each one etc
   on Press Release: [https://www.mist.com/news/](https://www.mist.com/news/)
    -
   @/9
 * Would you be able to give me a email to reschedule you I’m order to forward links?
 * Thanks

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

 *  Plugin Contributor [farinspace](https://wordpress.org/support/users/farinspace/)
 * (@farinspace)
 * [9 years ago](https://wordpress.org/support/topic/pagination-295/#post-9165385)
 * If you have pagination enabled in Nooz > Settings > Pagination, then you should
   not have to add the `use_pagination="yes"` into the shortcode. However, if it
   is enabled, all shorcodes used will display pagination. Note that pagination 
   links only shows up if `count="[n]"` is exceeded, see Nooz > Settings > Display
   Count.
 * What version of the plugin are you using?
 * The “Mist” website uses Jetpack for its social icons. I would also recommend 
   using AddThis ([https://www.addthis.com/](https://www.addthis.com/)), we have
   add success with it in the past as well.
 * By default Nooz, does not come pre-styled (we are working on a new version which
   will make styling a bit more wysiwyg). However, Nooz and the markup that it generates
   should lend it self well to styling. You will have to use CSS to do that. Additionally
   there are many hooks which will allow you to go as far as even changing the template
   for layout purposes.
 * If you have additional questions, I can try to assist as best I can … support
   at mightydigital dot com
 *  Thread Starter [dmdesign91](https://wordpress.org/support/users/dmdesign91/)
 * (@dmdesign91)
 * [9 years ago](https://wordpress.org/support/topic/pagination-295/#post-9170139)
 * Hi,
 * Thanks very much for this. I am still having a issue with pagination. I am on
   the latest version.
 * I emailed your email yesterday hoping to hear from you soon.
 * Appreciate your time
 * Thanks
 *  Plugin Contributor [farinspace](https://wordpress.org/support/users/farinspace/)
 * (@farinspace)
 * [9 years ago](https://wordpress.org/support/topic/pagination-295/#post-9171394)
 * Hi,
 * Per your email, Let me see if I can help you.
 * * How many press-releases have been created?
    * What is the number for “Nooz 
   > Settings > Display Count” that you are using?
 * Keep in mind that pagination links will ONLY show up if available press release
   are greater than the display count. Is this the case?
 * I’ve also taken a look at your page and I’ve created a few styles that should
   get you started:
 *     ```
       .nooz-list {
           list-style: none;
           margin: 0;
           padding: 0;
       }
       .nooz-item {
           display: flex;
           flex-direction: column;
           margin-top: 20px;
       }
       .nooz-link {
           font-size: 18px;
           margin: 0 !important;
           order: 1;
       }
       .nooz-datetime {
           font-size: 12px;
           line-height: 1.4;
           margin-bottom: 10px;
           order: 2;
       }
       .nooz-excerpt {
           display: inline;
           order: 3;
       }
       .nooz-more-link {
           display: inline;
           order: 4;
       }
       ```
   
 * Here is some additional information for reference and info on CSS syntax:
 * [https://www.w3schools.com/css/css_syntax.asp](https://www.w3schools.com/css/css_syntax.asp)
   
   [https://css-tricks.com/snippets/css/a-guide-to-flexbox/](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)
 * **Note:** We usually refrain from accessing a user’s admin/website as a policy
   but would give you the following recommendations:
 * 1) Disable the “Read More” link in “Nooz > Settings > Read More Links”, the main
   title/link should be enough.
 * 2) Use “List” as the “Display Type” in “Nooz > Settings > Display Type”.

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

The topic ‘Pagination’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [farinspace](https://wordpress.org/support/users/farinspace/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/pagination-295/#post-9171394)
 * Status: resolved