Results 1 to 1 of 1

Thread: Display Author Specific Categories on Author's Page Classipress

  1. #1
    Thread Starter
    Member fuzegraphics's Avatar
    Join Date
    Nov 2011
    Location
    South Africa
    Posts
    91
    Thanks
    17
    Thanked 6 Times in 5 Posts

    Display Author Specific Categories on Author's Page Classipress

    On a specific author's page which is displayed using author.php the latest ads which that author has created are displayed using the following lines of code:

    <?php query_posts( array('posts_per_page' => 10, 'post_type' => APP_POST_TYPE, 'post_status' => 'publish', 'author' => $curauth->ID) ); ?>

    <?php if ( have_posts() ) : ?>

    <?php while ( have_posts() ) : the_post() ?>

    I need to display the latest author specific ad categories on the authors page as well.

    I presume I just need to duplicate and edit the above code but I am clueless which parts to change.

    Could anyone please help me out here.

    Thank you.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [MOD NEEDED] Classipress on MultiSite - Display posts from specific category
    By cgervereau in forum ClassiPress General Discussion
    Replies: 2
    Last Post: March 2nd, 2012, 03:16 PM
  2. Display User Specific Categories in CP Ad Categories Sidebar Widget
    By fuzegraphics in forum ClassiPress General Discussion
    Replies: 4
    Last Post: December 16th, 2011, 09:30 AM
  3. Display User Specific Categories in CP Ad Categories Sidebar Widget
    By fuzegraphics in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: December 7th, 2011, 12:23 AM
  4. Display specific sub-category on home page
    By dmjendor in forum ClassiPress General Discussion
    Replies: 2
    Last Post: January 11th, 2011, 12:16 PM