Thanks Guust. We already use GD Categories to sort businesses by type (eg. restaurants, cafes, stores), so we could only do it that way if there’s a way we can a 2nd set of backend categories to use with that shortcode?
Or, ideally, can I create a custom multi-select field and use that in the Popular Post shortcode? Eg. in this field we would say if a business belongs to “group1″,”group2″,”group3” (admin-only field). Then we would just need to be able to specify this field in the shortcode.
Like in this example shortcode below, could we replace “category=3″ with a custom parameter like newfield=”group1”?
[gd_popular_post_view category=3 layout=5 add_location_filter=true character_count=0 show_featured_only=true]
If that is impossible – is there a URL we could use to show a list of businesses under a certain custom field “group”?
Thanks