Is it possible to create a list of cpt (wpv-post-links) that looks like this?
Display the list with an appearance by hierarchy
Hi, you can create nested Views, filtered by post relationship or post hierarchy, to display nested lists. Then use CSS to style the list items and create a hierarchical display.
Create a View of Grandparent posts, with no filters. Use the Loop Editor to create an unordered list, and insert the post link shortcode in the loop.
Create a View of Parent posts, filtered by post relationship (Toolset relationships) or post hierarchy (Pages and other hierarchical CPTs), where the parent is set by the current post in the loop. Use the Loop Wizard to create an unordered list. Insert the post link shortcode in the loop.
Create a View of child posts, filtered by post relationship or post hierarchy, where the parent is set by the current post in the loop. Use the Loop Wizard to create an unordered list. Insert the post link shortcode in the Loop.
Place the child post View in the Loop of the parent post View, just after the parent post link.
Place the parent post View in the Loop of the grandparent post View, just after the grandparent post link.
Add CSS to style the list items at different levels of hierarchy.