🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 14:14:39 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
themes
/
nighty
/
template-parts
/
post
📍 /home/therahul/ramailobhela.com/wp-content/themes/nighty/template-parts/post
🔄 Refresh
✏️
Editing: content-post.php
Writable
<?php $sticky_class = is_sticky()?'sticky':''; ?> <article id="post-<?php the_ID(); ?>" <?php post_class('post-wrap '. $sticky_class); ?> > <div class="post-meta"> <?php get_template_part( 'template-parts/parts/meta' ); ?> </div> <?php if( nighty_post_show_title() == 'yes' ){ get_template_part( 'template-parts/parts/title' ); } ?> <?php if( ( has_post_format('audio') || has_post_format('gallery') || has_post_format('video' ) || has_post_thumbnail() ) && nighty_post_show_media() == 'yes' ): ?> <div class="post-media"> <?php if( has_post_format('audio') ){ get_template_part( 'template-parts/parts/audio' ); }elseif(has_post_format('gallery')){ get_template_part( 'template-parts/parts/gallery' ); }elseif(has_post_format('video')){ get_template_part( 'template-parts/parts/video' ); }elseif(has_post_thumbnail()){ get_template_part( 'template-parts/parts/thumbnail' ); } ?> </div> <?php endif; ?> <div class="post-content"> <?php get_template_part( 'template-parts/parts/content' ); ?> </div> <div class="post-tags-and-share"> <?php if(has_tag() && nighty_post_show_tag() == 'yes' ){ ?> <div class="post-tags"> <?php get_template_part( 'template-parts/parts/tags' ); ?> </div> <?php } ?> <?php if( nighty_post_show_share_social_icon() == 'yes' ){ ?> <?php apply_filters( 'ova_share_social', get_the_permalink(), get_the_title() ); ?> <?php } ?> </div> </article>
💾 Save Changes
❌ Cancel