Hi all. First, ı looked around about my issue and couldn't find any solution! My site is based on wallpapers and backgrounds. I want to add a small button on images to download them directly from my server. Click and download image in posts. How can ı make this please? Thanks for your help.
You can create a shortcode that will add a download button and you will need to specify the url to each image or you can save the url for each image in a custom field and retrieve this value in a template file with get_post_meta, in single.php or where do you need it.
Thanks for reply me but I don't understand what you say! What I have to do exactly please? And how is that shortcode?
You need to have some knowledge about WordPress coding, HTML and css to achieve what you want. I can't give you the exact code and tell you what to edit because every WordPress theme is coded in its own way and I'm not aware of what theme are you using for your website and the way it's coded. I gave you some directions in the post above. If you don't understand what I was talking about in my previous reply, this makes me think that you are not having any clue about website development and you are waiting for someone to do all the work for you.
Yes Hefaistos, I don't have knowledge Wordpress coding. So, I can make nothing about this issue! Thank you very much again and I am waiting someone to help me. Regards.
Hi Pathan. Thanks for the advice but this plugin ads only a download button. I want to add small button on each thumbnail and make them downloadable the original version of image directly. For example check this site please; http://wall.alphacoders.com/ When you hover to any image you can see "Download This" button and when you click on it you can download it directly.
well you should try https://wordpress.org/plugins/nextgen-gallery/ plugin. It will auto generate thumbnails and will add download links also, you can customize it the way you like to. See http://www.emobilez.com/wallpapers see I have customized it according to my liking. Thanks.