Hi @infernoprime
Greetings for the day.
By default inserting the featured image will show above the post like this: https://prnt.sc/XEMOqiioJ0RL
However, you can also modify the related link template by following this instruction: https://www.wpdownloadmanager.com/doc/template-files/ to reposition the featured image as well using the [preview] template tags.
All available template tag lists are here: https://www.wpdownloadmanager.com/doc/templates/template-tags/
Regards
Alright, so I took a screenshot to better explain what I am trying to achieve here. Basically I want it to function like a WordPress featured image does. You upload the image and it shows on a post carousel or post menu does alone, that’s all. I already achieved this with the list group template.
Here is the Picture – Link as you can see it shows both as the feature image as well as inside the post. I don’t want that. I ONLY want it as the featured image alone and DON’T want it to show anywhere else.
Hello @infernoprime
Thank you for writing to us.
If you’re using the List Group template then please remove the below code from the referred template and it should remove the duplicate image.
<a href="[page_url]" class="d-block">
<?php wpdm_thumb($ID, [500, 400], true, ['class' => 'card-img-top']) ?>
</a>
Regards
That was just the widget, though. How do I do that in the download page itself.
Use page template “Default Template (Simplified)”:
