X7ROOT File Manager
Current Path:
/home/notabjze/hourglass.life/wp-content/themes/smart-mag/partials/single
home
/
notabjze
/
hourglass.life
/
wp-content
/
themes
/
smart-mag
/
partials
/
single
/
ðŸ“
..
📄
author-box.php
(245 B)
📄
classic-title-meta.php
(1.28 KB)
📄
featured.php
(2.63 KB)
📄
layout-classic.php
(521 B)
📄
layout-cover.php
(3.06 KB)
📄
layout-large-center.php
(340 B)
📄
layout-large-image.php
(514 B)
📄
layout-large.php
(477 B)
📄
layout-modern.php
(1.6 KB)
📄
modern-header.php
(1.9 KB)
📄
pagination-large.php
(1014 B)
📄
post-content.php
(2.92 KB)
📄
post-footer.php
(429 B)
📄
post-navigation.php
(698 B)
📄
related-posts.php
(1.65 KB)
📄
social-share-bot.php
(370 B)
Editing: layout-modern.php
<?php /** * Partial Template for Single Post "Modern Layout" - called from single.php */ $props = array_replace( [ 'layout' => 'modern-a', 'header_outer' => false, 'centered' => false, 'cat_style' => Bunyad::options()->post_meta_single_cat_labels, 'post_classes' => [], 'has_large_bot' => false, 'social_top_style' => Bunyad::options()->single_share_top_style, 'featured_in_head' => false, 'classes' => [], ], isset($props) ? $props : [] ); ?> <?php if ($props['header_outer']): ?> <?php Bunyad::core()->partial('partials/single/modern-header', $props); ?> <?php endif; ?> <div class="ts-row<?php echo esc_attr($props['has_large_bot'] ? ' has-s-large-bot' : ''); ?>"> <div class="col-8 main-content"> <?php if (!$props['header_outer']): ?> <?php Bunyad::core()->partial('partials/single/modern-header', $props); ?> <?php endif; ?> <?php if (!$props['featured_in_head']): ?> <div class="single-featured"> <?php Bunyad::core()->partial('partials/single/featured', $props); ?> </div> <?php endif; ?> <div <?php Bunyad::markup()->attribs('the-post-wrap', [ 'class' => $props['post_classes'] ]); ?>> <article id="post-<?php the_ID(); ?>" class="<?php echo esc_attr(join(' ', get_post_class())); ?>"> <?php // Get post body content. get_template_part('partials/single/post-content'); ?> </article> <?php Bunyad::core()->partial('partials/single/post-footer'); ?> <div class="comments"> <?php comments_template('', true); ?> </div> </div> </div> <?php Bunyad::core()->theme_sidebar(); ?> </div>
Upload File
Create Folder