I am working on a directory, and want to have a form that a user can fill out. Information would be displayed in a view with all similar users, and also on a detail profile page. The user would fill out a front end form one time to create their profile listing. They would have the ability to edit their profile listing via a link in their backend account page.
I do not want the user login/email/password included, so prefer that this is not a user form.
1. WooCommerce, where I have created 150 products, so I have a unique Permalink URL and a unique ID for each product.
2. A Portfolio plugin, where I have created 150 custom posts, each post is used to present a WooCommerce product, the custom post has the ability to add HTML code into a text field.
Problem:
The customer reported that it is not possible to edit the existing content templates and a particular WordPress archive, as the edit screen just shows the white blank screen.
Solution:
Guided that since WordPress 5.9, if using non-Toolset blocks (including core blocks) with dynamic sources in templates, Views, or custom archives, errors are thrown and it may not be possible to edit the page.
This will be fixed in the future release and a quick fix is to set the 'SCRIPT_DEBUG' constant to 'false' in the website's 'wp-config.php' file.
As for the archive, some of the data needed for its proper functioning was no longer available in the database, so it was unrecoverable, and suggested creating a new one.