Search:
Search took 1.00 seconds.
-
If you need to get this inside the loop, you should use get_the_terms instead and also pass the post id.
-
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(...
-
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.
-
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.
-
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...
-
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 /...