Featured properties
-
Hi Merv,
What exactly do you mean by “featured properties”? In my understanding this would be a function to show properties you would like to highlight. So when I tick ‘featured’ in Display Details and I choose “only display featured properties” in the widget or shortcode the plugin will only display featured properties. But it doesn’t.
In the previous version when I chose “only display etc..” it didn’t show any property, now it shows all.Is this a misunderstanding on my behalf?
Regards,
Marion
-
In addition to my previous post: just found out that it DOES work okay when I use the widget, but not when I use a shortcode like this:
[listing_feature post_type=”property” status=”current” feature_id=”” featured=”yes” template=”default”]
A mistake in my shortcode?
Hi Marion,
yes you have a mistake in the shortcode. But possibly a mistake the name we gave the shortcode and instructions.
[listing_featured] was created so you can display listings that have a property feature taxonomy.
To show only listings that have a “Featured Property” you would use the [listing_category].
[listing_category post_type=”property” status=”current” category_key=”property_featured” category_value=”yes”]
listing_category = custom post meta searching
listing_featured = display listings with “features” stored in the taxonomyYes, it works! Many thanks!
Great!
The topic ‘Featured properties’ is closed to new replies.