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.
Problem:
Maps – how to make a custom term field the source for a marker?
Solution:
The thing is that there is no way to display the term field under the "Fields" dropdown.
But workaround would be to create a taxonomy view in classic mode (taxonomy view does not supported in block mode) and add the marker shortcode where we can set the term field as source of the marker.