I create one content type called "courses" which will have unlimited children e.g.

Course A
- Course A.1
- Course A.1.1
- Course A.2
Course B
- Course B.1
Course C
- Course C.1
- Course C.2
- Course C.3
- Course C.3.1
- Course C.3.1.1
- Course C.3.2

I need to create a Block Views which will list all these courses (or at least 2 depth) to put it in megamenu. I've tried to do this since December and the only way seems to be hard coding.

Is Entity Reference the right one for this job? and how should I create this view?

Comments

Pongpyng created an issue.