Quantcast
Viewing all articles
Browse latest Browse all 20145

Limiting Pages of Pagination

Hi, I'm revisiting the question of how to cut off the amount of pages returned with pagination. an example of what my setup is looking like is attached. It's nice with a few page returns, but bad with too many.

I know you can re-assign the pagination to use wordpresses built-in, but then you lose the AJAX that views has.

Is there any way to limit the amount of pages and still use VIEWS?

For reference, the basic 'working' section of my Filter HTML/CSS section (removing my styling for clarity):

[wpv-pager-prev-page]
  [wpml-string context="wpv-views"]Previous[/wpml-string]
[/wpv-pager-prev-page]


[wpml-string context="wpv-views"][wpv-pager-current-page style="link"][/wpml-string]

  
[wpv-pager-next-page]
  [wpml-string context="wpv-views"]Next[/wpml-string]
[/wpv-pager-next-page]

Links to previous discussions (not mine):

SOME OTHER POSTS ON THIS TOPIC:
http://wp-types.com/forums/topic/pagination-style-to-deal-with-lots-of-items/

http://wp-types.com/forums/topic/limit-number-of-items-returned-in-view-with-numeric-navigation-at-the-bottom/

http://design.sparklette.net/teaches/how-to-add-wordpress-pagination-without-a-plugin/


Viewing all articles
Browse latest Browse all 20145

Trending Articles