milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
919 stars 196 forks source link

'reverie_pagination' doesn't work on index.php with custom query/post types #293

Open c4ss4ndr4 opened 10 years ago

c4ss4ndr4 commented 10 years ago

My home index.php page queries custom post types and displays them in a list like the normal posts blog. The page navigation isn't working since the index page is still referring to the number of posts (which is 1) instead of the number of custom post_types.

My archive-post_type pages all work great, just the index page that isn't working. How can I add a custom query to reverie_pagination?

alanzucker commented 9 years ago

Did you ever find a solution? I have a similar tweak that I would like to make

c4ss4ndr4 commented 9 years ago

I wasn't able to get it to get pagination to work with custom post types.

Instead I provided a "continue reading..." link at the bottom of the index page to the custom post type archive page starting with the "11th" entry, the index page showing the first 10.