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/single-attachment.php
<?php
/**
 * Search template file.
 *
 * @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">

					<div class="column one">
						<div class="mcb-column-inner">
							<?php
								while (have_posts()) {
									the_post(); ?>
										<article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?>>
											<?php the_content(false); ?>
										</article>
									<?php
								}
								mfn_pagination();
							?>
						</div>
					</div>

				</div>
			</section>

		</main>

	</div>
</div>

<?php get_footer();