Thank you. I was able to continue with the tutorial.
Now:
https://metabox.io/p1-add-guest-author-in-wordpress/#before-get-started
- In this part:
In addition, if you allow users to change their passwords from the My Account page, add this below shortcode to the content of that page:
They mention a short code so that the password can be edited but the shortcode is not visible.
- Other question:
That photo shows Title and Content custom fields. https://imgur.com/CI6mb6k
But this Shortcode shows double the fields that will be for content and title:
[mb_frontend_form id = "publish-post" post_fields = 'title, content' status = "pending"]
https://imgur.com/W5S5V4u
I guess it could look like this:
[mb_frontend_form id = "publish-post"]
My final Shorcode looked like this:
[mb_frontend_form post_fields = 'title, content, thumbnail']
It has helped me to continue with the tutorial.
If you can comment if I am correct, I would appreciate it.
- As seen in the shorcode (https://ibb.co/7VG2WsQ) the status of the post is pending. If it appears on the dashboard, but even if I edit it, there is no way to change its status to published.
Can it be enabled from the dashboard for either the administrator or guest author? What would be the recommended way?