Problem: When I try to edit a Content Template in the block editor I see a PHP notice and a PHP fatal error:
Notice: register_rest_route was called incorrectly. The REST API route definition for toolset-dynamic-sources/dynamic-sources is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /path/to/site/wp-includes/functions.php on line 5313
Fatal error: Uncaught Error: Call to undefined method WPV_Settings::has_ct_assigned_to_cpt_archive() in /path/to/site/wp-content/plugins/types/vendor/toolset/toolset-common/user-editors/editor/screen/gutenberg/backend.php:753 Stack trace: #0 /path/to/site/wp-content/plugins/types/vendor/toolset/toolset-common/user-editors/editor/screen/gutenberg/backend.php(380): Toolset_User_Editors_Editor_Screen_Gutenberg_Backend->has_cpt_usage() #1 /path/to/site/wp-content/plugins/types/vendor/toolset/toolset-common/user-editors/editor/screen/gutenberg/backend.php(280): Toolset_User_Editors_Editor_Screen_Gutenberg_Backend->add_metaboxes() #2 /path/to/site/wp-includes/class-wp-hook.php(292): Toolset_User_Editors_Editor_Screen_Gutenberg_Backend->register_metaboxes_for_gutenberg_compatibility('') #3 /path/to/site/learn in /path/to/site/wp-content/plugins/types/vendor/toolset/toolset-common/user-editors/editor/screen/gutenberg/backend.php on line 753
Solution: This site had a beta version of Toolset Blocks installed. Update to the latest stable versions of all Toolset plugins to resolve these issues.
Problem: I would like to display the distance filter fields for a custom search View on a single line, in horizontal format. I would also like to hide the distance unit select field and show only the unit text 'km' instead of the select field and options for other units.
Solution: Be sure the distance filter block is added to the Block Editor in a grid block, a container, or other block element set to the full width you want to cover with this row of filters. Add custom CSS to resize the inputs as needed, and adjust the styles for a custom solution.
Problem: I would like to add pagination between sibling posts in a one-to-many post relationship. The links should say "Next" and "Previous" and allow the User to easily paginate between sibling posts with the same parent post.
Solution: A custom shortcode is available to help create these links. See the links below for some code examples and customizations.