hi, I am trying to create a hierarchy in my nodes so that I can reference a parent node.
I am having a bunch of blog entries that I want to sort under a blog subject. There are several of those blog subject pages. In "Views" I created a list with the titles of blog entries pertaining to all kinds of subjects. I now want the user to see the blog subject page instead of the blog entry page if he klicks on a title in the "Views" generated list.

I tried pathauto in combination with node hierarchy. But I couldnot get it to work at first bulk processing the nodes.

I had to edith and resave all content to have the new paths show. Now I have something like: .../ home/blogsubject/blogentry1

But how do I make use of that hierarchy now?

I would like to reference the parent of a blog entry within "Views" . Is there a way to link to the parent instead of the blog entry itself? There has to be...!