I'm trying to create a page which display a few of sub pages (child pages), however if the page has not child I would like to display a message.
I cannot get a query that allow me to do something like this:
if (Page has childs) {
do this
}
else {
display this
}
Any help?
Thanks in advanced
