How can I insert in any wordpress page a specific listing with image slider and post title and with a link to the detail view?
I like to show here in woocommerce product the listing that is related to this product.
https://www.offerten24.ch/produkt/wpl-25-a/
should be linked to listing with ID 37014:
https://www.offerten24.ch/projekte/basel-landschaft/pfeffingen/heizungssanierung/einfamilienhaus-in-pfeffingen-wpl-25a/
Therefore I inserted this shortcodes, but it’s not really working. No images are shown. Just the title, but without link.
[gd_post_meta id=”37014″ key=”post_images” show=”value”]
[gd_post_meta id=”37014″ key=”post_title” show=”value”]
[gd_post_images id=”37014″ type=”slider” ajax_load=”1″ animation=”slide” controlnav=”0″ link_to=”post”]
My prefered solution would be:
Have an option in gd_listings shortcode to select specific ID of a listing (or ID’s for more than one)
something like this:
[gd_listings id=”37014,37016″]
Can you do this?
Thanks Marc