Page 4 of 4 FirstFirst ... 234
Results 31 to 34 of 34

Thread: A ClassiPress Theme Service Provider from an Official ClassiPress Developer

  1. #31
    Community Partner scarstens's Avatar
    Join Date
    Apr 2010
    Location
    Cave Creek, AZ USA
    Posts
    912
    Thanks
    2
    Thanked 129 Times in 86 Posts
    I'm sorry but this is not the proper forum for general questions, I'd like to keep this thread for prospective paid work only. Thanks.
    ~ Seth Carstens, Sethmatics Inc.


  2. #32
    Member fuzegraphics's Avatar
    Join Date
    Nov 2011
    Location
    South Africa
    Posts
    91
    Thanks
    17
    Thanked 6 Times in 5 Posts
    I am willing to pay for this customisation. Please let me know.


    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.

  3. #33
    Community Partner scarstens's Avatar
    Join Date
    Apr 2010
    Location
    Cave Creek, AZ USA
    Posts
    912
    Thanks
    2
    Thanked 129 Times in 86 Posts
    Quote Originally Posted by fuzegraphics View Post
    I need to display the latest author specific ad categories on the authors page as well.
    I want to make sure I understand you correctly. You want to figure out what categories an author posts to, and link to those categories? When you click these links, does it just go-to the normal category page? Or are you thinking it will display listings by that author, under that category? Can you please be more specific to exactly what your looking for?
    ~ Seth Carstens, Sethmatics Inc.


  4. #34
    Community Partner scarstens's Avatar
    Join Date
    Apr 2010
    Location
    Cave Creek, AZ USA
    Posts
    912
    Thanks
    2
    Thanked 129 Times in 86 Posts
    You can see our most current client and all his incredible ideas and modifications at http://realtydime.com/
    ~ Seth Carstens, Sethmatics Inc.


Page 4 of 4 FirstFirst ... 234

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. What is the way to get official Classipress Support?
    By imfolmg in forum Help Using ClassiPress
    Replies: 1
    Last Post: April 11th, 2010, 03:45 PM