Problem: I would like to create a list of posts that are related to the current post. The posts are all in the same post type.
Solution: In the current system, the best way to do this is to use a custom taxonomy that includes terms that match the slugs of each post. For example, you have Post A and Post B that should be related to each other. So you create terms "post-a" and "post-b" in a custom taxonomy. Then you add the term "post-b" to Post A, and you add the term "post-a" to Post B.
Then create a View of this post type, filtered by taxonomy term slug, where the slug is set by a shortcode attribute "wpv-related-posts". In the Loop Output of this View, insert a post link with the wpv-post-link shortcode.
Pass the current page's slug into this shortcode attribute using the wpv-post-slug shortcode, like this:
Problem: I am unable to assign a Layout to the Products Archive when I have WooCommerce, Types, Views, Layouts, WooCommerce Views active with the Genesis framework and a child theme. I have selected the WooCommerce Views template for Product Archives in Toolset > WooCommerce Views.
Solution: Activate the Genesis Connect for WooCommerce plugin and update to the latest versions of Genesis and WooCommerce.