Results 1 to 3 of 3

Thread: Latest Listing

  1. #1
    Thread Starter
    Newbie
    Not a Verified Customer
    postmodernbox's Avatar
    Join Date
    Mar 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Latest Listing

    Is there a way to have the Latest Listing information display a particular categories listing rather than that default latest listings?

    I tired adding this "<?php wp_list_categories('title_li=&include='); ?>" however the even after I remove the Latest Listing code it still defaults to the same Latest Listing information

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,967
    Thanks
    169
    Thanked 3,406 Times in 3,277 Posts
    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.

  3. #3
    Thread Starter
    Newbie
    Not a Verified Customer
    postmodernbox's Avatar
    Join Date
    Mar 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Latest Listing

    Thanks for the quick reply. I see that that the code below is what can be used to replace the latest listing however I'm not sure where to place and/or replace it? Also, if my category name is "Featured" where would that go in the code?

    <span class="price">
    <?php $category = get_the_category();
    $parent = get_cat_name($category[0]->category_parent);
    if (!empty($parent))
    { echo $parent; echo ' > ' .$category[0]->cat_name; }
    else
    { echo $category[0]->cat_name; }
    ?>
    </span>

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. latest listings can i change this to show random pics
    By birdy in forum ClassiPress General Discussion
    Replies: 2
    Last Post: July 31st, 2009, 12:30 PM
  2. "Latest Listings"
    By bestemarx in forum ClassiPress General Discussion
    Replies: 0
    Last Post: July 1st, 2009, 03:51 PM