Server IP : 66.29.132.124 / Your IP : 18.222.60.144 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 : /proc/self/root/home/wavevlvu/misswavenigeria.com/wp-content/themes/ombre/ |
Upload File : |
<?php get_header(); ?> <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <?php $headerimage = get_post_meta( get_the_id(), 'ombre_featured_image_key', true ); ?> <?php $sidebar = get_post_meta( get_the_id(), 'ombre_post_sidebar_key', true ); ?> <?php if (!empty($headerimage)) { ?> <div id="featured-image-container"> <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> <p><span class="featured-image-date"><?php the_time(get_option('date_format')); ?></span></p> </div> </div> </div> <?php } else { ?> <div id="page-title"> <h1><span><?php the_title(); ?></span></h1> </div> <div id="sub-title"> <div><span class="post-date"><?php the_time(get_option('date_format')); ?></span></div> </div> <?php } ?> <div id="page-container"> <div class="grid"> <article class="unit <?php if ($sidebar != 'true' && is_active_sidebar( 'ombremainsidebar' )) { ?>two-thirds<?php } else { ?>whole<?php } ?>"> <?php if ( function_exists( 'ombre_single_post_format') ) { ombre_single_post_format(); } ?> <?php if ((has_post_thumbnail()) && (!has_post_format('gallery')) && (!has_post_format('quote')) && (!has_post_format('video'))) { $ombre_post_img_id = get_post_thumbnail_id(); $ombre_post_img_array = wp_get_attachment_image_src($ombre_post_img_id, 'full', true); $ombre_post_img = $ombre_post_img_array[0]; ?> <div class="ombre-featured-img"> <img src="<?php echo esc_url($ombre_post_img); ?>" alt="<?php the_title_attribute(); ?>" /> </div> <?php } ?> <?php the_content(); ?> <div class="clr"></div> <?php wp_link_pages(); ?> <?php $blogmeta = get_option('ombre_removemeta'); ?> <?php if ($blogmeta != "true") { ?> <div class="blogmetadata"> <p> <strong><?php esc_html_e( 'Author: ', 'ombre' ); ?></strong><?php echo esc_attr(get_the_author()); ?><br/> <?php if( has_category() ) { ?> <strong><?php echo esc_html( 'Category: ', 'ombre' ); ?></strong><?php the_category(', '); ?><br/> <?php } ?> <?php if( has_tag() ) { ?> <strong><?php echo esc_attr( 'Tags: ', 'ombre' ); ?></strong><?php the_tags('',', ', ''); ?> <?php } ?> </p> </div> <?php } ?> <?php comments_template(); ?> </article> <?php if ($sidebar != 'true' && is_active_sidebar( 'ombremainsidebar' )) { ?> <aside class="unit one-third"> <?php if ( is_active_sidebar( 'ombremainsidebar' ) ) { ?> <?php dynamic_sidebar( 'ombremainsidebar' ); ?> <?php } ?> </aside> <?php } ?> </div> </div> <?php endwhile; ?> <?php get_footer(); ?>