Problem: I would like to display the standard User description field ("biographical information" in the User profile) in a Content Template for posts and also in a posts archive. Solution:
Use the wpv-post-author shortcode in a View of posts or a Content Template for some post type to display the User's description information:
Problem: I created a custom code snippet to run on-demand. It seems to work correctly but I see an error message in the code editor page marked "Last Error":
[2021-06-27 10:38:12, frontend] Executed code snippet "update".
Note: Depending on the nature of the error, you may need to run the script in a particular scenario to make sure the issue is gone.
Solution: It looks like the error was resolved in the code snippet but the internal test procedure was not run again after the code edits. Click "Save the snippet and try again" to run the code again through the internal test procedure. If it is successful, that should clear out the internal error log history and remove the "last error" display.
Problem:
The user would like to have a search, with term fields, in a taxonomy view.
Solution:
Custom search is not possible for taxonomy views and user views. It is only possible for post views. We have an existing feature request for custom taxonomy searches and I have added your voice to the request.
However, I believe that a workaround can be implemented using custom code. At the end, taxonomy views are just a wrapper around a WP_Term_Query instance. And we do offer a hook to modify the arguments that would be passed to it: