- This topic has 8 replies, 2 voices, and was last updated 8 months ago by
Tahasin.
Hello, I would like to display specific download tags on a page or article. How can I do this?
Hello,
I hope this message finds you well and thanks for reaching out.
You can use [wpdm_tag] short-code to query specific tag(s).
Further details here: https://www.wpdownloadmanager.com/doc/short-codes/wpdm_tag-query-all-downloads-from-specified-tags/
Kindly check and let me know, if you have further questions.
Regards
Thanks so much. I tried using this code, but it doesn’t work. How should these parts of the code be compiled?
[wpdm_tag id=”Tag Slug(s)” tag_field=”tag_field=”id”
You can find the tag slugs from Downloads > Tags > slug.
If you have tag slugs A,B,C and only want to display the downloads from tag A then use it like this,
[wpdm_tag id="A" toolbar="1" order_by="title" order="desc" items_per_page="10" template="link-template-calltoaction4" cols=4 colspad=2 colsphone=1]
One more question if possible: can you eliminate the part of the search bar at the top where you can change the display: by name, ascending, descending… I would like it not to be visible?
just put toolbar="0" inside the shortcode, it will hide the toolbar.
Let me know if it works for you.
You must be logged in to reply to this topic.