• Resolved Nicola Tweed

    (@nicola-tweed)


    Hi, I have a question about pulling through an additional image on a product. I am using this shortcode [wpbb post:pods_display field=’additional_featured_image’ size=”large” display=”tag” linked=”yes”] but it is pulling through the URL. What should I be using to pull the actual image? THANKS in advance

Viewing 1 replies (of 1 total)
  • Plugin Contributor Bernhard Gronau

    (@quasel)

    Hi, seem you are mixing pods and bb shortcode syntax here – while this might be an suggestion for a future versions this doesn’t work but once you have an url you could just create an link yourself or other things that work:

    based on: https://docs.pods.io/displaying-pods/magic-tags/using-magic-tags/
    [wpbb post:pods_display field=’additional_featured_image._img.large’ ]

    or just use Pods Template Syntax instead

    [pods]
    // other stuff 
        {@additional_featured_image._img.thumbnail}
    // more stuff
    [/pods]

    Hope this helps for further questions you can join slack.pods.io
    Bernhard

Viewing 1 replies (of 1 total)
  • The topic ‘[NSFW] Adding image via shortcode’ is closed to new replies.