Pagination
-
I have a very big trouble with pagination,
I read https://code.google.com/p/wordpress-custom-content-type-manager/wiki/CCTM_Pagination and i know that this funkcion i not perfect well.
But in my site it’s don’t work at all, i addpaginate="true" limit="10"
in my sumiraze-post tag and don’t work at all.
And wen i ad f.e.require_once(CCTM_PATH.'/includes/CCTM_Pagination.php'); $P = new CCTM_Pagination(); // Read the offset variable (VERY IMPORTANT!) if (isset($_GET['offset'])) { $P->set_offset($_GET['offset']); } print $P->paginate(1000);
in my template file it shows a links but don’t work at all.
Please help i try to doo this for a weekhttps://www.ads-software.com/plugins/custom-content-type-manager/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Pagination’ is closed to new replies.