开发者

Wordpress posts editable by guest users without subscription. is this possible?

开发者 https://www.devze.com 2023-01-30 08:10 出处:网络
I\'d like all my wordpress posts to be editable by all users, guests included. does anybo开发者_开发百科dy know if this is possible?

I'd like all my wordpress posts to be editable by all users, guests included. does anybo开发者_开发百科dy know if this is possible? I already tried all the "wiki" plugins but without success.


it's absolutely possible. However, there are certain step that require manual programming. The step is:

  1. create an edit page in non admin area
  2. do the editing there (you can mimic admin's edit page or you just display the body only)
  3. upon saving, you can, either create new user programmatically and assign that user as the editor (this, off course will require another table or another mechanism) or leave the editor as post's previous owner
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号