Warning: file_put_contents(/home/admin/domains/adexbranding.com/private_html/robots.txt): Failed to open stream: Permission denied in /home/admin/domains/adexbranding.com/public_html/index.php on line 3
HEX
HEX
Server: Apache/2
System: Linux srv 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: admin (1000)
PHP: 8.1.16
Disabled: NONE
Upload Files
File: /home/admin/domains/adexbranding.com/private_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();