Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 52.14.173.116
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/diixadigital.com/wp-content/themes/meto/templates/blog-single/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/diixadigital.com/wp-content/themes/meto/templates/blog-single/single-content.php
<?php
/**
 * Single Post Content Template
 *
 * @package    WordPress
 * @subpackage METO
 * @author     Theme Kalia
 * @version    1.0
 */
?>
<?php global $wp_query;

$page_id = ($wp_query->is_posts_page) ? $wp_query->queried_object->ID : get_the_ID();

$gallery = get_post_meta($page_id, 'meto_gallery_images', true);

$video = get_post_meta($page_id, 'meto_video_url', true);


$audio_type = get_post_meta($page_id, 'meto_audio_type', true);

?>


<div class="blog-detail-page">
    <?php if (has_post_thumbnail()) : ?>
    	<figure>
    		<?php meto_template_load('templates/blog-single/image.php', compact('options', 'data')); ?>
    	</figure>
    <?php endif; ?>
	<div class="blog-detail-meta">
		<div class="comments-area">
			<?php if ($options->get('single_post_date', true)) : ?>
				<span>
					<a href="<?php echo get_day_link(get_the_time('Y'), get_the_time('m'), get_the_time('d')); ?>">
						<i class="fas fa-calendar"></i>
						<?php echo get_the_date('F j,') . ' ' . get_the_date(' Y'); ?>
					</a>
				</span>
			<?php endif; ?>
			<?php if ($options->get('single_post_comments', true)) : ?>
				<span>
					<i class="fas fa-comment"></i>
					<a href="<?php echo esc_url(get_permalink(get_the_ID())); ?>#comments">
						<?php comments_number() ?>
					</a>
				</span>

			<?php endif; ?>
			<?php if ($options->get('single_post_author', true)) : ?>

				<span><i class="fas fa-user"></i><a href="<?php echo esc_url(get_author_posts_url(get_the_author_meta('ID'))); ?>"><?php esc_html_e('By ', 'meto');
                        the_author_meta('display_name'); ?></a></span>

			<?php endif; ?>
			<?php if ($options->get('single_post_cat', true)) : ?>
				<span>
                <i class="fa fa-tag"></i>
                <?php the_category(); ?>
            </span>
			<?php endif; ?>

		</div>
		<h2><?php the_title(); ?></h2>
		<?php the_content(); ?>
	</div>
	<?php if ($options->get('single_post_tag') || $options->get('single_social_share') && $options->get('single_post_share')) : ?>
		<div class="detail-btm-meta">

			<?php if ($options->get('single_post_tag')) : ?>
				<?php $title = '<span>' . esc_html__('Tags:', 'meto') . '</span>'; ?>
				<?php the_tags('<div class="tags">' . $title . ' ', '  ', '</div>'); ?>

			<?php endif; ?>


			<?php if ($options->get('single_social_share') && $options->get('single_post_share')) : ?>
				<ul class="social-circle">
					<?php foreach ($options->get('single_social_share') as $k => $v) {
                            if ($v == '') {
                                continue;
                            } ?>
						<?php do_action('meto_social_share_output', $k); ?>
					<?php
                        } ?>
				</ul>
			<?php endif; ?>
		</div>
	<?php endif; ?>
	<?php if ($options->get('single_post_author_box')) : ?>

		<?php meto_template_load('templates/blog-single/author_box.php', compact('options', 'data')); ?>
	<?php endif; ?>
	<?php comments_template(); ?>
	<?php wp_link_pages(array( 'before' => '<div class="paginate-links">', 'after' => '</div>' )); ?>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit