[ Root System Explorer ]
Location:
Root
/
home
/
svaxkys
/
www
/
Arcomet
/
wp-content
/
plugins
/
redux-framework
/
redux-templates
/
classes
/
templates
+ Folder
+ File
Upload
Editing: template-contained.php
<?php /** * ReduxTemplates - Full Width / Contained * * @since 4.0.0 * @package redux-framework */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } get_header(); echo '<style type="text/css" id="redux-template-overrides">' . esc_html( ReduxTemplates\Template_Overrides::get_overrides() ) . '</style>'; while ( have_posts() ) : the_post(); the_content(); endwhile; // End of the loop. get_footer();
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 index.php
FILE
Ren
[EDIT]
DEL
📄 template-canvas.php
FILE
Ren
[EDIT]
DEL
📄 template-contained.php
FILE
Ren
[EDIT]
DEL
📄 template-full-width.php
FILE
Ren
[EDIT]
DEL