📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 05:38:50
📂
/ (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: sidebar-after-post.php
Writable
<?php /* * --------------------------------------------------------------------- * MNKY After single post sidebar * --------------------------------------------------------------------- */ ?> <?php if ( is_active_sidebar( 'after-single-post-sidebar' ) ) : ?> <aside id="after-post-sidebar" class="clearfix"> <div class="after-post-widget-area"> <?php dynamic_sidebar( 'after-single-post-sidebar' ); ?> </div> </aside> <?php endif; ?>
💾 Save Changes
❌ Cancel