Search:

Search: Search took 1.00 seconds.

  1. Scratch that, I will post it here so anyone else...

    Scratch that, I will post it here so anyone else who may want to add this feature can do so. Add the following code to sidebar-ad.php on line 24, you will be replacing the the #priceblock2 code with...
  2. Replies
    5
    Views
    593

    [CLASSIPRESS] If you're talking about comments being visible...

    If you're talking about comments being visible only to the poster, then no, I'm not aware specifically of how you would do this (not to mention this is the pre-sales forum, so we don't generally...
  3. Replies
    5
    Views
    593

    [CLASSIPRESS] 1) This is not currently a feature of...

    1) This is not currently a feature of ClassiPress, and at the moment although there is a "% of sellers ad price" payment option, this charges the ad poster during the initial ad posting process. So...
  4. Replies
    34
    Views
    4,977

    [TUTORIAL] try this 'ad_cat' => 'adoptions' ...

    try this

    'ad_cat' => 'adoptions'


    query_posts(array('post_type' => 'ad_listing', 'caller_get_posts' => 1, 'paged' => $paged, 'orderby' => DESC, 'ad_cat' => 'adoptions'));
  5. [TUTORIAL] ok, here is an option that should work (just...

    ok, here is an option that should work (just tried it out)

    in theme-functions.php find line 1606
    // now get all the sub cats based off the parent cat id
    $subcats =...
  6. Replies
    14
    Views
    1,677

    Add this to your custom css file, it will put the...

    Add this to your custom css file, it will put the parent in bold with a gray background.

    .level-0 { background-color: #dbdbdb; font-weight: bold; }
Results 1 to 6 of 6