File manager - Edit - /home/wwwwaterjetperth/public_html/wp-content/themes/stoni/template-full-width.php
Back
<?php /** * Template Name: Full Width Page */ get_header(); the_post(); $sb = Stoni_Theme_Helper::render_sidebars(); $row_class = $sb['row_class']; $column = $sb['column']; $container_class = $sb['container_class']; ?> <div class="wgl-container full-width"> <div class="row<?php echo apply_filters('stoni_row_class', $row_class); ?>"> <div id='main-content' class="wgl_col-<?php echo apply_filters('stoni_column_class', $column); ?>"> <?php the_content(esc_html__('Read more!', 'stoni')); wp_link_pages(array('before' => '<div class="page-link">' . esc_html__('Pages', 'stoni') . ': ', 'after' => '</div>')); if ( comments_open() || get_comments_number() ) : comments_template(); endif; ?> </div> <?php echo (isset($sb['content']) && !empty($sb['content']) ) ? $sb['content'] : ''; ?> </div> </div> <?php get_footer(); ?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings