MOON
Server: Apache
System: Linux server1.primemusicproductions.com 4.18.0-477.27.2.el8_8.x86_64 #1 SMP Fri Sep 29 08:21:01 EDT 2023 x86_64
User: primrwxj (1001)
PHP: 8.3.3
Disabled: NONE
Upload Files
File: /home/primrwxj/articlebinder.com/wp-content/themes/larryslist/404.php
<?php
/*
 * 404.php
 * The page-not-found template.
 */
get_header(); ?>
<section class="row">
    <article id="content" class="c8" role="main">
        <?php $options = get_option( 'larryslist_theme_options' ); ?>
        <?php if( !empty ($options['larryslist_newtitle']) ) { ?>
        <h2><?php esc_attr( $options['larryslist_newtitle'] ); ?></h2><?php } ?>

            <?php get_template_part( 'content', 'none' ); ?>

                <div class="archive-page">

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

                        <div class="widget">
			    <h2 class="widgettitle"><?php esc_html_e( 'Categories', 'larryslist' ); ?></h2>
				<ul>
                                <?php wp_list_categories( array(
                                'orderby'    => 'count',
                                'order'      => 'DESC',
                                'show_count' => 1,
                                'title_li'   => '',
                                'taxonomy'   => 'tsw-taxonomy',
                                'number'     => 10,
                                ) ); ?>
						</ul>
			</div><!-- ends widget -->
                </div>
    </article>
        <div class="c4 end">

            <?php get_sidebar(); ?>

        </div>
</section>

    <?php get_footer(); ?>