Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - Customize & Extend
Unanswered

Portals - Issue in displaying child pages as a clickable tile/link

(0) ShareShare
ReportReport
Posted on by 184

Hello 

I have a parent web page called Application which has 3 child pages under it. 

In the Application web page, I am trying to display its child web pages as a clickable tile so that users can navigate to the respective child pages. However only one child web page appears as a result and not the other 2 child pages. I have written the below in the Copy (HTML) area of the Webpage (content page). 

 

{% webform name: 'App Form' %}
<div class="list-group">
{% for child in page.children %}
<a class="list-group-item" href={{ child.url | append: "?id=" | append: request.params['id'] | escape }}>
{{ child.title | escape }}
</a>
{% endfor %}
 
Could you advise me if I am missing anything please?
 
Thanks
Arj
Categories:
  • CU24071812-1 Profile Picture
    on at
    Re: Portals - Issue in displaying child pages as a clickable tile/link

    I was able to resolve the issue I was having.  It has to do with making the content page also available in site map.  I was only doing that to the information page only earlier.

  • CU24071812-1 Profile Picture
    on at
    Re: Portals - Issue in displaying child pages as a clickable tile/link

    Arj - Were you able to solve this issue?  I am facing a very similar issue and wondering if you figured out what was wrong.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 69 Super User 2025 Season 1

#2
oliver.rodrigues Profile Picture

oliver.rodrigues 49 Most Valuable Professional

#3
Jon Unzueta Profile Picture

Jon Unzueta 43

Featured topics