I have Press Release Section on my page where i would like to be able to add documents pdf, ms doc’s etc.
Every time when i add new document to a post I would like download button to appear so user will be able to download that document. Could anyone point me at right direction or maybe there is a plugin existing which does that.
Many thanks,
No need to insert the download into the post as @kaiser says, you can automate:
When you insert a file into a post/page/whatever, you get a
<a>
-download link.Then you can style this link as you want. Just insert the styles you need into your
style.css
file.there are a few plugins out there but the one that stands out is WordPress Download Monitor which works great and has many many features, one of them is creating a download button template for easy styling as a shortcode for even easier page/post insertion.