HEX
Server: Apache
System: Linux www 5.10.0-10-amd64 #1 SMP Debian 5.10.84-1 (2021-12-08) x86_64
User: root (0)
PHP: 8.2.1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals
Upload Files
File: /mnt/drbd/www/edenhouse/wp-content/themes/astra/404.php
<?php get_header(); ?> 

<main id="main" class="site-main" role="main">

    <section class="error-404 not-found">
        <header class="page-header">
            <h1 class="page-title">
                <?php esc_html_e('Oops! That page can&rsquo;t be found.', 'textdomain'); ?> 
            </h1>
        </header>

        <div class="page-content">
            <p>
                <?php esc_html_e('It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'textdomain'); ?> <!-- change textdomain -->
            </p>

            <?php get_search_form(); ?>

            <?php the_widget('WP_Widget_Recent_Posts'); ?>

            <div class="widget widget_categories">
                <h2 class="widget-title">
                    <?php esc_html_e('Most Used Categories', 'textdomain'); ?> 
                </h2>
                <ul>
                    <?php wp_list_categories(
                        array(
                            'orderby' => 'count',
                            'order' => 'DESC',
                            'show_count' => 1,
                            'title_li' => '',
                            'number' => 10,
                        )); ?>
                </ul>
            </div>

            <?php
                if (is_active_sidebar('sidebar-1')): ?>
                <div class="widget-area" style="margin-bottom: 20px;">
                    <?php dynamic_sidebar('sidebar-1'); ?>
                </div>
            <?php endif; ?>

        </div>
    </section>

</main>

<?php get_sidebar(); ?>
<?php get_footer(); ?>