whoami7 - Manager
:
/
home
/
dataiclx
/
vielorbe.com
/
wp-content
/
themes
/
glowing
/
g5plus
/
blog
/
single
/
featured
/
Upload File:
files >> //home/dataiclx/vielorbe.com/wp-content/themes/glowing/g5plus/blog/single/featured/layout-6.php
<?php // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } /** * @var $layout */ $thumbnail_data = g5core_get_thumbnail_data( array( 'image_size' => 'full' ) ); if ( $thumbnail_data['url'] !== '' ) { $custom_css = <<<CSS .g5blog__single-featured:before { background-image: url("{$thumbnail_data['url']}"); } CSS; G5CORE()->custom_css()->addCss( $custom_css ); } ?> <div class="g5blog__single-half-featured"> <div class="container"> <div class="g5blog__single-half-featured-inner d-flex flex-column flex-lg-row align-items-lg-center"> <div class="g5blog__single-meta-top order-2 order-lg-1 d-lg-flex flex-lg-column justify-content-lg-center"> <?php remove_action( 'g5blog_single_meta_top', 'g5blog_template_single_meta', 10 ); add_action( 'g5blog_single_meta_top', array( GLOWING_CORE()->blog(), 'get_cat_date_template_single_meta' ), 3 ); add_action( 'g5blog_single_meta_top', array( GLOWING_CORE()->blog(), 'get_author_template_single_meta' ), 10 ); /** * Hook: g5blog_loop_post_content. * * @hooked get_cat_date_template_single_meta - 3 * @hooked g5blog_template_single_title - 5 * @hooked get_author_template_single_meta - 10 */ do_action( 'g5blog_single_meta_top', $layout ); ?> </div> <div class="g5blog__single-featured order-1 order-lg-2"> </div> </div> </div> </div>
Copyright ©2021 || Defacer Indonesia