[ad_1]
Hello @birrwerk
Thank you very much for using our plugin. In this case, you must read the information from the database:
[select post-category]
[cf7-recordset id="category-terms" type="database" query="SELECT t.term_id, t.name FROM {wpdb.terms} t JOIN {wpdb.term_taxonomy} tt ON(t.term_id = tt.term_id) JOIN {wpdb.term_relationships} ttr ON(ttr.term_taxonomy_id = tt.term_taxonomy_id) WHERE tt.taxonomy = 'listing_category' AND ttr.object_id = {post.id}"]
[cf7-link-field recordset="category-terms" field="post-category" value="term_id" text="name"]Best regards.
Thanks for the very fast reply.
