When I click the 2nd page – I get a 404. But I am able to view the projects.
When I resave my permalink settings, I am able to click the 2nd page but then the project posts all go to 404 pages and can't be found.
I have tried a variety of permalink settings but I can't seem to get both the pagination and the portfolio post pages to work togther.
What I'm doing is using custom post types to display my portfolio, seperate from my blog posts. In doing so I created a custom page called “portfolio” that uses a template to pull in all of the custom portfolio posts. I have a total of 12 in so far. What I want to do is display 9 posts per page and then let pagination display the rest on seperate pages.
This is what I am using to pull in the portfolio custom post types – on my template page.
For my own custom post_type project, I decided to rewrite the paging by hand for the page_template. My friend Devin just released a theme that uses custom post types and he is using this plugin to deal with the issue: http://wordpress.org/extend/pl…..-archives/ Hopefully this helps. And just a note, you should test paging with a normal “Page” as well as when the page is set as the “Front Page”. WordPress seems to assign different query vars in each situation.