Fix Pagination issue on Classipress/eBay Hybrid test site
Howdie folks.
I've been mucking around with Classipress version
3.0.4 on a test site
http://findproductreviews.net with the view to converting my old eBay BANS sites.
I'm very close to completing the coding but can't get the pagination to work as I need it to.
You will see on the home page that I've created an extra 'block' (in the 'index-standard.php' file) to allow for the ebay posts to be separated from the private Classifieds. I needed to do this in order to comply with eBay partner network's TOS.
However, the Classipress theme's pagination is overriding the ebay posts' block pagination. To verify this, click on 'Page 2' on the pagination bar beneath the Ebay ads block and you will see that the next page only shows Classified posts. It will exhaust all Classified posts before it shows further ebay posts.
Further, in the 'index-standard' file, I've set the call posts function to retrieve
6 posts for each Block (i.e. 'showposts' => 6). We should be seeing 6 posts in each block (12 in total....
for each page where posts exist). Unfortunately, I'm only getting 3 + 3.....a total of 6......and no, 6 + 12 doesn't work....I've already tried this plus heaps of other configurations.
Hopefully, this is just simple change/addition to the code in both the theme-functions file (cp_pagination function) and the index-standard file.....it's beyond me though.
I'm looking for a developer to rectify the issue for me. Please pm me if you can help.
Feel free to post any further questions in this thread.