Hi all,
So my website is set up as a portfolio/archive, which doesn’t require much nesting and is basically all contained within one “works” folder. However, there is one piece which i want to contain subpages and link to them, but i can’t add this into the php template as no other page on the site has child pages this way. It doesn’t seem like calling on the page’s children using php within the .txt file is a thing; what would be the most efficient way of accomplishing this?
(This is what i would want it to look like if it were possible to use php within a text field:)
Title: Principalities
----
Date: 2023-03-01
----
Description: Ongoing mail-based publication/personal blog established in 2023. See:
<br>
<ul>
<?php foreach ($page->children()->listed()->flip() as $item): ?>
<a class="green" <?php e($item->isOpen(), 'aria-current="page"') ?> href="<?= $item->url() ?>">
<li>
<?= $item->title()->esc() ?>
</li>
</a>
<?php endforeach ?>
</ul>
----
Cover: (image: 1_issue3.png imgclass: coverimage)
----
Tags: publication