• I created a wallpapers site using wordpress and trying to give download of the image being linked to the post, below is the code by which html file being downloaded, but i want to download image jpeg/png/jpg
    <p><a>" download="image">Download this Wallpaper</a><p/>

Viewing 1 replies (of 1 total)
  • Hi mannu4u4u,

    try this:

    <p><a href="url of the image" target="_blank">Download this Wallpaper</a></p>

    Regards
    Michael

Viewing 1 replies (of 1 total)
  • The topic ‘How can i give download of the Image’ is closed to new replies.