A user reported that he used the module manager plugin to import/export the views and content templates from one website to another, but they don't seem to work correctly after the import.
Solution:
The user later confirmed that the issue with the imported views and content templates has been resolved.
A user reported that she is using the post-relationship to store the "Year" information with the posts and wondered if using a custom taxonomy for this would be better.
Solution:
Confirmed that from a performance perspective, filtering/searching by taxonomy is always more efficient compared to custom fields and post-relationships and so it would be better to track the year custom taxonomy.
Problem:
hiding parent posts when there are no child posts in view result
Solution:
To hide the parent posts if there is no child while using the nested view, you will have to use the view's filter hook "wpv_filter_query_post_process" where you can remove the parents based on child is available or not.
To find the related child posts, we can use the post relationship API function toolset_get_related_posts() or WP_Query.
A user reported that the "Views" management option is not showing on his website.
Solution:
Guided that to enable the "Views" management screen, please go to WP Admin -> Toolset -> Settings -> General and select the option "Show both the legacy and Blocks interface and let me choose which to use for each item I build" for editing experience.