Not sure if this has been asked before. I am building up a site which uses pages.
I have enabled comments to be left on the pages.
Consider this heirarchy:
-Master Page
|--Parent Page {Comments are allowed on this page}
|--child page one. {Comments not allowed}
|--child page two. {Comments not allowed}
|--child page three. {Comments not allowed}
I would like the Parent Page's comments and "leave a reply" box to be visible on the child pages. That is, display parent comments on child pages and if someone posts a comment it posts to the Parent page.
Now I know some of you are saying just use the <!--nextpage--> feature in the editor, this way it easier templating using post_thumbs, and better for SEO.
Anyone got any clues?