HEX
Server: Apache
System: Linux sxb1plzcpnl508184.prod.sxb1.secureserver.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User: fmbi332s7bv7 (10227808)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/fmbi332s7bv7/public_html/wp-content/themes/betheme/template-sitemap.php
<?php
/**
 * Template Name: Sitemap
 *
 * @package Betheme
 * @author Muffin Group
 * @link https://muffingroup.com
 */

get_header();
?>

<div id="Content">
	<div class="content_wrapper clearfix">
		<main class="sections_group">
			<section class="section">
				<div class="section_wrapper clearfix">

					<?php
						if (have_posts()) {
							the_post();
						}
					?>

					<div class="column one">
						<div class="mcb-column-inner">
							<ul class="list">
								<?php wp_list_pages('title_li='); ?>
							</ul>
						</div>
					</div>

				</div>
			</section>
		</main>
	</div>
</div>

<?php get_footer();