Get selected content from parent to child
-
How can I make the child pages to get the shared content from its parent?
Parent Page:
<div>Some parent only content</div> <div>Some content to share with children</div>
Child Page:
<div>Some child only content</div> <div>Some content from parent</div>
- The topic ‘Get selected content from parent to child’ is closed to new replies.