Search:

Search: Search took 1.00 seconds.

  1. Replies
    5
    Views
    314

    [SOLVED] If you need to get this inside the loop, you...

    If you need to get this inside the loop, you should use get_the_terms instead and also pass the post id.
  2. Replies
    5
    Views
    314

    [SOLVED] You're probably looking for get_terms See if...

    You're probably looking for get_terms
    See if this works, untested... it should give you all ad categories its in.



    $terms = get_terms( APP_TAX_CAT );
    if ( ! empty( $terms ) && ! is_wp_error(...
  3. Replies
    24
    Views
    1,363

    Yes you are right it is part of ClassiPress Theme...

    Yes you are right it is part of ClassiPress Theme so as soon as it is solved you can user the plugin. I think it is good news.
  4. Replies
    5
    Views
    437

    [SOLVED] I meant the Development Build, not developer...

    I meant the Development Build, not developer "edition" - CP 3.5.8-dev-2017-02-07.1 [df9bb81d4e]. Seems like it updated again only yesterday.
  5. Replies
    24
    Views
    1,363

    Hi marcofischer, Actually the lat and the lng...

    Hi marcofischer,
    Actually the lat and the lng values should store automatically while you post / update an ad because it is added from ClassiPress theme.
    No idea why it is not working for your...
  6. Replies
    39
    Views
    2,473

    [SOLVED] You should all know that I finally identified the...

    You should all know that I finally identified the issue that's been bugging us lately.
    The issue with Radius Search is within ClassiPress and any other Appthemes theme that requires Geocoding /...
Results 1 to 6 of 6