Display post thumbnail of relationship

Support MB Relationships Display post thumbnail of relationshipResolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34523
    Chris PChris P
    Participant

    What am I doing wrong, can't get the relationship post thumbnail to display.

    Sorry for this probably dumb question but stuck at the moment

    {% set args = {post_type: 'radiator', nopaging: true, relationship: {id: 'radiator-project', from: post.ID}} %}
    {% set products = mb.get_posts( args ) %}
    
    {% for product in products %}
        {{ mb.get_the_post_thumbnail( product.ID, 'thumbnail') }}
        <a href="{{mb.the_permalink(product.ID) }}">{{ product.post_title }}</a>
    {% endfor %}
    #34536
    Long NguyenLong Nguyen
    Moderator

    Hi Chris,

    Is the post title displayed? If it is not displayed, please share the code that creates the relationship radiator-project on your site. I will help you to check the issue.

    #34572
    Chris PChris P
    Participant

    Hi Long,

    Yes the post title displayed correctly, the thumbnail now does too.
    At first it didn't, no idea what went wrong but it works now with the code above.

    Thanks but this ticket can be closed now

    Regards,
    Chris

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.