I want to make a file download system in wordpress where user can download a specific file using filename or code.In user frontend user unable to see anything without a search box where they can enter file name or code to download the file. How can I do This.Or which plugin should I use?
I want to make a file download system in wordpress where user can download a specific file using filename or code.In user frontend user unable to see anything without a search box where they can enter file name or code to download the file. How can I do This.Or which plugin should I use?
Add the files to your Media Library. The media library will give you a link to the files. Then make posts with the name of the file for title and a link to the media library created link to the path for your file in it. Now the default WP search widget will find the posts, user can click the link in the post and download the file. If you want control over who can download you can make the posts private for the ones you only want approved users to access. Anything more than that will require php and/or plugin.
Try This plugin hope It's Work https://wordpress.org/plugins/nmedia-user-file-uploader/
It's will give you a Wow feeling :)