📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 05:39:17
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
themes
/
vital
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/themes/vital
🔄 Refresh
✏️
Editing: content-single.php
Writable
<?php /** * The template for displaying single posts * */ ?> <article itemtype="http://schema.org/Article" itemscope="" id="post-<?php the_ID(); ?>" <?php post_class('single-layout clearfix'); ?> > <link itemprop="mainEntityOfPage" href="<?php the_permalink(); ?>" /> <?php if (get_post_meta( get_the_ID(), 'mnky_single_post_header', true ) != 'off') : ?> <header class="entry-header clearfix"> <?php mnky_label(); ?> <?php if ( ot_get_option('post_category') != 'off' ) : ?> <h5><?php the_category( ', ' ); ?></h5> <?php endif; ?> <h1 itemprop="headline" class="entry-title"><?php the_title(); ?></h1> <?php mnky_post_meta(); ?> <?php get_sidebar('post-header'); ?> </header><!-- .entry-header --> <?php endif; ?> <div class="entry-content-wrapper clearfix"> <?php if( get_post_meta( get_the_ID(), 'mnky_post_lead_content', true) != '' ) { echo '<div class="post_lead_content clearfix">'. do_shortcode( wp_kses_post( get_post_meta( get_the_ID(), 'mnky_post_lead_content', true ) ) ) .'</div>'; } ?> <?php if ( get_post_meta( get_the_ID(), 'mnky_content_featured_img', true ) != 'off' && has_post_thumbnail() ) { echo '<div class="post-preview clearfix">', the_post_thumbnail('large') .''; } ?> <?php if( get_post_meta( get_the_ID(), 'mnky_featured_image_caption_text', true) != '' && get_post_meta( get_the_ID(), 'mnky_content_featured_img', true ) != 'off' && has_post_thumbnail() ) { echo '<div class="mnky-featured-image-caption clearfix">'. wp_kses_post( get_post_meta( get_the_ID(), 'mnky_featured_image_caption_text', true ) ) .'</div>'; } ?> <?php if ( get_post_meta( get_the_ID(), 'mnky_content_featured_img', true ) != 'off' && has_post_thumbnail() ) { echo '</div>'; } ?> <?php if ( get_post_meta( get_the_ID(), 'mnky_review_position', true ) == 'top' ) { ?> <?php get_template_part( 'review' ); ?> <?php } ?> <?php get_sidebar('post-content-top'); ?> <?php if( get_post_meta( get_the_ID(), 'mnky_top_post_advertisement', true) != '' ) { echo '<div class="article-top-advertisement">'. do_shortcode( '[mnky_ads id="'. esc_html(get_post_meta( get_the_ID(), 'mnky_top_post_advertisement', true)) .'"]' ) . '</div>'; } ?> <div itemprop="articleBody" class="entry-content clearfix"> <?php the_content(); wp_link_pages( array( 'before' => '<nav class="page-links"><span class="page-links-title">' . esc_html__( 'Pages:', 'vital' ) . '</span>', 'after' => '</nav>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); ?> </div><!-- .entry-content --> </div><!-- .entry-content wrapper --> <?php if ( get_post_meta( get_the_ID(), 'mnky_review_position', true ) == 'bottom' ) { ?> <?php get_template_part( 'review' ); ?> <?php } ?> <?php if( get_post_meta( get_the_ID(), 'mnky_bottom_post_advertisement', true) != '' ) { echo '<div class="article-bottom-advertisement">'. do_shortcode( '[mnky_ads id="'. esc_html(get_post_meta( get_the_ID(), 'mnky_bottom_post_advertisement', true)) .'"]' ) . '</div>'; } ?> <?php get_sidebar('post-content-bottom'); ?> <?php mnky_post_meta_footer(); ?> <?php mnky_post_links(); ?> <?php if (get_post_meta( get_the_ID(), 'mnky_single_post_header', true ) == 'off') : ?> <meta itemprop="headline " content="<?php the_title(); ?>"> <?php endif; ?> <?php if( ot_get_option('post_date') == 'off' || get_post_meta( get_the_ID(), 'mnky_single_post_header', true ) == 'off' ) : ?> <time datetime="<?php echo esc_attr(get_the_date( 'c' )) ?>" itemprop="datePublished"></time><time datetime="<?php echo esc_attr(get_the_modified_date( 'c' )) ?>" itemprop="dateModified"></time> <?php endif; ?> <?php if( ot_get_option('post_author') == 'off' || get_post_meta( get_the_ID(), 'mnky_single_post_header', true ) == 'off' ) : ?> <div class="hidden-meta" itemprop="author" itemscope itemtype="http://schema.org/Person"><meta itemprop="name" content="<?php echo esc_html(get_the_author()) ?>"></div> <?php endif; ?> <?php if ( has_post_thumbnail() ) : $thumb_url_array = wp_get_attachment_image_src(get_post_thumbnail_id(), 'full'); ?> <div class="hidden-meta" itemprop="image" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="<?php echo esc_url($thumb_url_array[0]) ?>"><meta itemprop="width" content="<?php echo esc_html($thumb_url_array[1]) ?>"><meta itemprop="height" content="<?php echo esc_html($thumb_url_array[2]) ?>"></div> <?php elseif( ot_get_option('default_post_image') ) : $thumb_url_array = wp_get_attachment_image_src( ot_get_option('default_post_image'), 'full' ); ?> <div class="hidden-meta" itemprop="image" itemscope itemtype="https://schema.org/ImageObject"><meta itemprop="url" content="<?php echo esc_url($thumb_url_array[0]) ?>"><meta itemprop="width" content="<?php echo esc_html($thumb_url_array[1]) ?>"><meta itemprop="height" content="<?php echo esc_html($thumb_url_array[2]) ?>"></div> <?php endif; ?> <div class="hidden-meta" itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <div class="hidden-meta" itemprop="logo" itemscope itemtype="https://schema.org/ImageObject"> <meta itemprop="url" content="<?php echo esc_attr(ot_get_option('logo')) ?>"> <meta itemprop="width" content="<?php echo esc_attr(str_replace( "px", "", ot_get_option('retina_logo_width') )) ?>"> <meta itemprop="height" content="<?php echo esc_attr(str_replace( "px", "", ot_get_option('retina_logo_height') )) ?>"> </div> <meta itemprop="name" content="<?php echo esc_attr(get_bloginfo('name')) ?>"> </div> </article><!-- #post-<?php the_ID(); ?> --> <?php if ( get_the_author_meta( 'description' ) && ot_get_option('author_description') != 'off' ) : ?> <div class="author vcard clearfix"> <?php echo get_avatar( get_the_author_meta( 'ID' ), 100); ?> <div class="fn"> <?php echo '<a class="url" href="'. esc_url(get_author_posts_url( get_the_author_meta( 'ID' ) )) .'" title="'. esc_attr(sprintf( __( 'View all posts by %s', 'vital' ), get_the_author() )) .'" rel="author">'. get_the_author() .'</a>'; ?> </div><!-- .fn --> <div class="author-info description note"> <?php the_author_meta( 'description' ); ?> </div><!-- .author-info .description .note --> </div><!-- .author .vcard--> <?php endif; ?> <?php get_sidebar('after-post'); ?>
💾 Save Changes
❌ Cancel