WordPress 联系或消息页面
我对我的 WordPress 博客有一个想法。
我想要一个页面,我的读者可以向我发送消息,而不是通过电子邮件。 有点像评论,但它们不应该列在博客本身上。 而且,我不想在评论字段中阅读它们,而是有一个单独的视图。
我有一些想法,但我需要你的指导才能找到最好的方法。
- 我制作了一个特殊页面,使用 php_exec
我向页面添加了一个评论字段,但将其存储 。
我使用了一个我完全错过的已经存在的插件。
你会怎么做?
I have an idea for my wordpress blog.
I want to have a page where my readers can send me messages, not by email. Sort of like a comment, but they shouldn't be listed on the blog itself. And, I don't want to read them in the comment field, but instead have a separate view for it.
I have a few ideas, but I need your guidance to find the best way.
- I make a special page, using
the php_exec I add a comment field to the page but make it store in some other place than usual comments do.
I use an already existing plugin that I have totally missed.
How would you do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果说 WordPress 有一件好事的话,那就是可用插件的数量,几乎可以完成您能想象到的任何事情。 您可以检查 WATS 是否满足您的需求,如果它不只是 google“wordpress Ticket”插入”。
If there is one good thing about wordpress, it's the number of plugins available that do almost anything you can imagine. You can check if WATS suits your needs, if it doesn't just google "wordpress ticket plugin".
另一种选择是使用可以通过前端表单创建新帖子的插件,例如 Advanced Custom Fields Pro - http: //www.advancedcustomfields.com/pro/,或重力形式 - http://www.gravityforms.com / 创建一个新页面,其中包含一个将数据提交到自定义帖子类型的表单。
Another option is to use a plugin that can create a new post via a frontend form such as Advanced Custom Fields Pro - http://www.advancedcustomfields.com/pro/, or Gravity Forms - http://www.gravityforms.com/ to create a new page with a form on it that submits data to a custom post type.