-
How to list all child pages of current parent page in drupal 7?
over 9 years ago
-
over 9 years ago
Hi Shikha,
There are 2 ways to do it:
1: Use node reference: Install node reference module and create a node reference field in content type's manage field section. It will add option to select parent node (actually we are creating a reference). However node references is being deprecated now, so got to #2 for better flexibility.
2: Entity reference: You can use "entity api" and "entity references (includes a "field") to create a reference for parent node .
For displaying child pages within parent page, you can use back links views in default view section.
For complete steps click here.
1 Answer(s)