PHP 8.2.31
Preview: content-articles.php Size: 660 B
/var/softaculous/sitepad/editor/site-data/plugins/documentor/templates/single/content-articles.php

<?php
/**
 * Single docs content articles template
 *
 * This template can be overridden by copying it to yourtheme/documentor/single/content-articles.php.
 *
 * @author  softaculous
 * @package documentor/Templates
 * @version 1.0.0
 */

if ( ! defined( 'ABSPATH' ) ) {
    exit;
}

// Show child articles.
// phpcs:ignore
$children = wp_list_pages( 'title_li=&order=menu_order&child_of=' . get_the_ID() . '&echo=0&post_type=' . get_post_type() );

if ( $children ) {
    ?>
    <div class="documentor-single-articles">
        <ul>
            <?php
            // phpcs:ignore
            echo $children;
            ?>
        </ul>
    </div>
    <?php
}

Directory Contents

Dirs: 0 × Files: 9

Name Size Perms Modified Actions
1.31 KB lrw-r--r-- 2026-04-22 07:17:42
Edit Download
432 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download
660 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download
1.05 KB lrw-r--r-- 2026-04-22 07:17:42
Edit Download
426 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download
1.73 KB lrw-r--r-- 2026-04-22 07:17:42
Edit Download
2.27 KB lrw-r--r-- 2026-04-22 07:17:42
Edit Download
988 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download
2.20 KB lrw-r--r-- 2026-04-22 07:17:42
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).