Problem: I would like to use a widget to display a grid of related posts in my sidebar. The posts should be related to the taxonomy terms of the post being displayed.
Solution: Create a View and add a taxonomy Query Filter where the term is set by the post where the View is shown. Use the WP Views widget to insert that View in the sidebar. To make a dynamic widget title, recreate the title using the wpv-post-taxonomy shortcode in the View and leave the widget title empty.
I inherited a website with about 2000 custom posts that have a custom field which output the youtube video ID. I have made the custom field managed by toolset and was hoping that the following will show the youtube video on the front-end but it is not working though the full url does show with the ID on the front-end.
Solution:
You can try with a shortcode block, display below codes:
Problem: I have designed a custom WordPress Archive for the Product Archive (Shop Page), but I would like to use the same design for Product Category and Product Tag Archives.
Solution: Edit the WordPress Archive for the Product Archive (Shop Page). In the Block Editor, select the top-level WordPress Archive Block. Then in the Loop Selection configurations, select the two Product Taxonomy archives as well as the Product Archive (Shop Page) to reuse the Shop Page design on the two Product Taxonomy archives.