WordPress 用户提交的内容
我希望能够修改我的 WordPress 主题,以便能够准确执行此页面的操作。 http://www.planetminecraft.com/resources/texture_packs/
我知道第一个会有允许用户上传,但我也想对其进行审核。 有谁知道 WordPress 插件或解决这个问题的方法吗?
另外:如果可能的话,我需要在文件上传中添加元数据(例如图像、标题、描述),
提前致谢!
I want to be able to modify my Wordpress theme to be able to do exactly what this page does.
http://www.planetminecraft.com/resources/texture_packs/
I know first one would have to allow user uploads, but i would like to moderate them as well.
Does anyone know of a Wordpress plugin or solution to this problem?
ALSO: If possible, I need to add meta to the file upload (eg. Image, Title, Description)
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,还没有插件可以做类似的事情。但也许您可以在 wordpress 插件存储库 中找到一个!
根据您的编程技能,您可以自己编写一个。这里的想法是创建一个名为自动递增 id 的文件夹,它等于您同时创建的数据库中的 id 以及存储在数据库中的所有信息。
Afaik there's no plugin yet doing something like that. But maybe you can find one yourself in the wordpress plugin repository!
Depending on your programming skills, you could just write one yourself. The idea here would be to create a folder named as a auto-incrementing id, which is equal to an id in the database that you create simultaniously together with all the information stored in the DB.