How to show child page links on parent pages?

Srinivas Patruni May 1, 2014

How to show child page links on parent pages in Confluence 5.4.2?

2 answers

0 votes
Michael Brinson July 9, 2014

I'd also like to know if there is somewhere in the settings where we can set the action.childrenNotShown value to true or false. In my case, I want to set it to false so that the parent pages in a space do NOT display children pages by default.

0 votes
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 1, 2014

Are you looking for the Children Display macro?

Srinivas Patruni May 1, 2014

yes.. I want it to be added as default for all pages..

Srinivas Patruni May 1, 2014

On the page layout I found the following code snippet in the view section. How to make the condition (#if (!$action.childrenNotShown)) to true in order to render children?

#if (!$action.childrenNotShown)

#renderChildren()

#end

Darren Johnston June 11, 2018

this will change display children (so if not shown then show them)  I think it must be disabled by default
#if ($action.childrenNotShown)
        #renderChildren()
        #end

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events