Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
dreamleap.star4hire.com
/
wp-content
/
themes
/
edura
/
templates
✏️
Editing: content-video.php
<?php /** * @Packge : Edura * @Version : 1.0 * @Author : Themeholy * @Author URI : https://www.themeholy.com/ * */ // Block direct access if ( !defined( 'ABSPATH' ) ) { exit; } echo '<!-- Single Post -->'; ?> <div <?php post_class(); ?>> <?php // Blog Post Content do_action( 'edura_blog_post_content' ); echo '</div>'; echo '<!-- End Single Post -->';
💾 Save Changes
❌ Cancel