File manager - Edit - /home/theblueo/www/wp-content/themes/thebos/page.php
Back
<?php $nb_page_heading = nimbus_meta_data('hidden_heading'); $nb_page_layout = nimbus_meta_data('radio_sidebar_layout') ? nimbus_meta_data('radio_sidebar_layout') : nimbus_option_data('select_page_layout'); $nb_page_container = nimbus_meta_data('full_content') ? 'nb-container-full' : 'nb-container'; $nb_page_padding = nimbus_meta_data('full_content') ? 'nb-normal-padding' : 'nb-large-padding'; $nb_content_width = $nb_page_layout == 'nb-fullwidth' ? 12 : 8; get_header(); if ( !$nb_page_heading ) get_template_part('template_part/site/heading'); ?> <div class="<?php echo esc_attr( $nb_page_padding );?> nb-section"> <div class="<?php echo esc_attr( $nb_page_container );?>"> <div class="nb-row <?php echo esc_attr($nb_page_layout);?>"> <div id="content" class="nb-col-md-<?php echo esc_attr( $nb_content_width );?>"> <?php while ( have_posts() ) : the_post(); get_template_part( 'template_part/content/page' ); // If comments are open or we have at least one comment, load up the comment template. if ( nimbus_option_data( 'switch_comment_page') && ( comments_open() || get_comments_number() ) ) { comments_template(); } endwhile; ?> </div> <?php if ( $nb_page_layout != 'fullwidth' ) get_sidebar(); ?> </div> </div> </div> <?php get_footer();?>
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings