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 : 3.137.219.213
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/misswavenigeria.com/wp-content/themes/ombre/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/misswavenigeria.com/wp-content/themes/ombre/bloggridthree.php
<?php	
/*
Template Name: Blog - Masonry 3 Columns
*/
?>
<?php get_header(); ?>
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<?php 
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
$ombre_query = new WP_Query( 
    array('posts_per_page' => get_option( 'posts_per_page' ), 'paged' => $paged) 
);
$headerimage = get_post_meta( get_the_id(), 'ombre_featured_image_key', true );
$subtitle = get_post_meta( get_the_id(), 'ombre_subtitle_key', true );
$partnerscheck = get_post_meta( get_the_id(), 'ombrepartnerscheck', true );
?>
<?php if (empty($headerimage)) { ?>
<div id="page-title">
    <h1>
        <span><?php the_title(); ?></span>
    </h1>
</div>
<?php if (!empty($subtitle)) { ?>
<div id="sub-title">
    <div><span><?php echo esc_attr($subtitle); ?></span></div>
</div>
<?php } ?>
<?php } else { ?>
<div id="featured-image-container">
    <!-- LOADER -->
    <div class="img-loading"></div>
    <div id="featured-image" data-img="<?php echo esc_url($headerimage); ?>">
        <div id="featured-image-title">
            <h1><?php the_title(); ?></h1>
            <?php if (!empty($subtitle)) { ?>
                <p><span><?php echo esc_attr($subtitle); ?></span></p>
            <?php } ?>
        </div>
    </div>
</div>
<?php } ?>
<div id="page-container">
    <div class="grid">
        <div class="unit whole">
            <?php 
            if ( function_exists( 'ombre_page_slider') ) {
                ombre_page_slider(); 
            }
            ?>
            <?php the_content(); ?>        
            <?php get_template_part( 'templates/catmenu', 'template'); ?>   
            <div class="masonry-grid">
                <div id="three-columns" data-columns>
                    <?php while($ombre_query->have_posts()) : $ombre_query->the_post(); ?>
                    <?php get_template_part( 'templates/post', 'template'); ?>
                    <?php endwhile; ?>  
                </div>
            </div> 
            <?php if ( $ombre_query->max_num_pages > 1 ) : ?>
            <?php ombre_custom_pagination($ombre_query); ?> 
            <?php endif; ?> 
            <?php wp_reset_postdata(); ?>
        </div>
    </div>
    <?php if ((function_exists('ombre_partners') && ($partnerscheck == 'on')) ) { ?>
    <div class="grid-border"></div>
    <div class="grid">
        <div class="unit whole no-padding">
            <?php ombre_partners(); ?>
        </div>
    </div>
    <?php } ?>
</div>
<?php endwhile; ?>
<?php get_footer(); ?>

Youez - 2016 - github.com/yon3zu
LinuXploit