Glad to help. The plugin uses WP built-in editing functionality. If the user has sufficient capabilities, they can log in and edit/delete/etc.
To view the custom fields, enable the “Custom Fields” meta panel on the “Edit” screen for any post. All attached custom fields are visible in the Custom Fields panel.
Im trying to edit the post as admin. I do not see “custom fields” on wp-admin/post.php
I dont see anything they submitted in the editing blocks either. only when viewing the post.
I see and edit the content part, but how can i remove/ edit the custom fields?
-
This reply was modified 2 years ago by
gorviewer.
You need to enable the Custom Fields panel. It is hidden by default.
Ok i finally found it by clicking 3 dots in the top right of the page. The setting was really hidden.
Thanks for the help and fast responses.
Okay you beat me to it. Glad you found it.
One last question.. is there a way to change name of fields? like “post title?”Post Title”
Also is there a way to display the number and not an actual list of how many posts a user has active?
and is there a way to limit how many active listings a user can have at a time?
Sorry if i missed it in the documentation.
Glad to help:
- “is there a way to change name of fields? like ‘post title?’ Post Title”
It is possible if using the custom form, so you can change any text/labels. Check the Installation page for details on how to set it up.
2. ” is there a way to display the number and not an actual list of how many posts a user has active?”
No sorry, not a current feature.
3. “is there a way to limit how many active listings a user can have at a time?”
Also not a feature at this time.