Sid Gifari File Manager
🏠 Root
/
home
/
ailwtbdh
/
public_html
/
wp-content
/
themes
/
profund
/
Editing: single-elementor_library.php
<?php get_header(); get_template_part('template-parts/site-header'); if ( class_exists( 'Redux' ) ) { global $profund_opt; }else{ $profund_opt = array(); $profund_opt['single_releted_tag'] = true; $profund_opt['single_post_share'] = false; $profund_opt['single_post_nav'] = true; $profund_opt['single_author_info'] = true; } ?> <section class="blog-area section-padding"> <?php while ( have_posts() ) : the_post(); the_content(); endwhile; ?> </section> <?php get_footer(); ?>
Save
Cancel