File manager - Edit - /home/adiance/public_html/beta/wp-content/themes/realfactory/content/content-full.php
Back
<?php /** * The template part for displaying single posts */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="realfactory-single-article" > <?php ob_start(); the_post_thumbnail('full'); $post_thumbnail = ob_get_contents(); ob_end_clean(); if( !empty($post_thumbnail) ){ echo '<div class="realfactory-single-article-thumbnail realfactory-media-image" >'; echo gdlr_core_escape_content($post_thumbnail); if( is_sticky() ){ echo '<div class="realfactory-sticky-banner realfactory-title-font" ><i class="fa fa-bolt" ></i>' . esc_html__('Sticky Post', 'realfactory') . '</div>'; } echo '</div>'; }else{ if( is_sticky() ){ echo '<div class="realfactory-sticky-banner realfactory-title-font" ><i class="fa fa-bolt" ></i>' . esc_html__('Sticky Post', 'realfactory') . '</div>'; } } get_template_part('content/content-single', 'title'); echo '<div class="realfactory-single-article-content">'; the_excerpt(); echo '</div>'; ?> </div><!-- realfactory-single-article --> </article><!-- post-id -->
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings