Results 1 to 8 of 8

Thread: Removing Pagination from Main page classipress 3.1

  1. #1
    Thread Starter
    coolsage's Avatar
    Join Date
    Apr 2010
    Location
    Germany
    Posts
    16
    Thanks
    0
    Thanked 1 Time in 1 Post

    Removing Pagination from Main page classipress 3.1

    Hi, I need to remove the pagination from the main page only but not from the inside pages for each category. I searched and found an similar query where jomarkosabel gave a tip as below to change the code in theme-actions.php by adding is_home()

    I did exactly that but I see no change Is there something that I am doing wrong or missing ??? can you please help me out on this... its been a few night outs already for this.

    This is what I did right now...

    Look for the code below in the theme-actions.php line 80'

    Code:
    if ( is_page() || is_singular( 'post' ) ) return;
    Try adding the is_home parameter to make it look like below;

    Code:
    if ( is_home() || is_page() || is_singular( 'post' ) ) return;

    http://forums.appthemes.com/removing...s-3-1-a-21719/

  2. #2
    Thread Starter
    coolsage's Avatar
    Join Date
    Apr 2010
    Location
    Germany
    Posts
    16
    Thanks
    0
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,697
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  4. #4
    Thread Starter
    coolsage's Avatar
    Join Date
    Apr 2010
    Location
    Germany
    Posts
    16
    Thanks
    0
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Thread Starter
    coolsage's Avatar
    Join Date
    Apr 2010
    Location
    Germany
    Posts
    16
    Thanks
    0
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    Thread Starter
    coolsage's Avatar
    Join Date
    Apr 2010
    Location
    Germany
    Posts
    16
    Thanks
    0
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!
    Last edited by coolsage; November 3rd, 2011 at 08:03 AM. Reason: Added how to remove pagination tutorial

  7. The Following User Says Thank You to coolsage For This Useful Post:

    ananzeh30 (November 3rd, 2012)

  8. #7
    Amateur aedwin's Avatar
    Join Date
    Jul 2010
    Location
    Indonesia
    Posts
    19
    Thanks
    6
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  9. #8
    ananzeh30's Avatar
    Join Date
    Mar 2012
    Location
    United States
    Posts
    13
    Thanks
    2
    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] Removing pagination on the main page of ClassiPress 3.1?
    By Cordeiro in forum Report ClassiPress Bugs
    Replies: 11
    Last Post: August 30th, 2011, 10:54 AM
  2. create a Classipress Main Menu Item Which isn't linked to a page?
    By tpadmin in forum Help Using ClassiPress
    Replies: 4
    Last Post: June 24th, 2011, 10:39 AM
  3. [MOD NEEDED] ClassiPress - how to restrict a category from the menu and the main page?
    By entropiabr in forum ClassiPress General Discussion
    Replies: 2
    Last Post: June 22nd, 2011, 11:43 AM
  4. Removing the border around the main picture and thumbnail
    By jbrennan in forum ClassiPress General Discussion
    Replies: 11
    Last Post: September 9th, 2010, 01:57 PM
  5. [MOD NEEDED] Author Page Need Pagination
    By listingalways in forum ClassiPress General Discussion
    Replies: 1
    Last Post: August 16th, 2010, 08:26 PM