Results 1 to 2 of 2

Thread: Pagination

  1. #1
    Thread Starter
    zayyarlwin's Avatar
    Join Date
    Apr 2013
    Location
    Singapore
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Pagination

    I have create custom post type and create archive page for that custom post type.
    Things are going well however I am not able to see the pagination link eventhough i have more than 10 posts and just display 10 post only.
    Since I am not sure how to get classipress built in pagination function and I had activated the "WP-Paginate" and paste the code
    <?php if(function_exists('wp_paginate')) {
    wp_paginate();
    } ?> after endwhile loop. Still no luck.
    Is there any way to call the classipress built in pagination function or get the WP-Paginate Function to work in my new archive page .

    Thanks in advance

  2. #2
    Thread Starter
    zayyarlwin's Avatar
    Join Date
    Apr 2013
    Location
    Singapore
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Pagination
    By samnabz in forum ClassiPress General Discussion
    Replies: 1
    Last Post: July 17th, 2013, 11:35 PM
  2. [SOLVED] Pagination Bug
    By jonno in forum Report Vantage Bugs (Legacy)
    Replies: 9
    Last Post: August 17th, 2012, 03:31 AM
  3. Pagination
    By chriswareham in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: June 3rd, 2012, 10:16 AM
  4. Need help with pagination
    By samcy in forum ClassiPress General Discussion
    Replies: 10
    Last Post: May 25th, 2012, 03:29 PM
  5. Pagination and SEO
    By junnydc in forum ClassiPress General Discussion
    Replies: 3
    Last Post: January 14th, 2012, 08:53 PM