I’m trying to figure out how best to create a custom template for a CPT that I have.
This is what I want it to more or less look like.
http://tinypic.com/r/11942md/5
My CPT is basically just people in our company. Obviously this can be done easily using Visual Composer and create a page. However, I need to be able to create the same design for use as the the archive template for the CPT.
What would be the best way to go about this?
Okay so I’ve been able to figure out most of what I want to do without having to use Page Builder. The only issue I have is with pagination displaying an extra blank page. I’m guessing this might be due to the custom WP_Query I’m using to get posts to display from my CPT in the order that I want.
Is there a way to fix the extra blank?
My Custom Post Type has 16 entries that I am limiting to 10 per page. So that should use only 2 pages.
Okay so I got closer to a solution but still have a minor issue. I’ve changed $queryPost to $wp_query and that got rid of the extra blank page. However, the title of the page still is saying there is an extra page.
It says People | 2/3, but there is not a 3rd page.
