PATH:
home
/
carfac
/
public_html
/
scooterthetort
/
wp-content
/
themes
/
brigsby
<?php // Loads the header.php template. get_header(); ?> <?php // Dispay Loop Meta at top hoot_display_loop_title_content( 'pre', 'page.php' ); if ( hoot_page_header_attop() ) { get_template_part( 'template-parts/loop-meta' ); // Loads the template-parts/loop-meta.php template to display Title Area with Meta Info (of the loop) hoot_display_loop_title_content( 'post', 'page.php' ); } // Template modification Hook do_action( 'hoot_template_before_content_grid', 'page.php' ); ?> <div class="hgrid main-content-grid"> <?php // Template modification Hook do_action( 'hoot_template_before_main', 'page.php' ); ?> <main <?php hybridextend_attr( 'content' ); ?>> <?php // Template modification Hook do_action( 'hoot_template_main_start', 'page.php' ); // Checks if any posts were found. if ( have_posts() ) : // Dispay Loop Meta in content wrap if ( ! hoot_page_header_attop() ) { hoot_display_loop_title_content( 'post', 'page.php' ); get_template_part( 'template-parts/loop-meta' ); // Loads the template-parts/loop-meta.php template to display Title Area with Meta Info (of the loop) } ?> <div id="content-wrap"> <?php // Template modification Hook do_action( 'hoot_loop_start', 'page.php' ); // Display Featured Image if present if ( hoot_get_mod( 'post_featured_image' ) ) { $img_size = apply_filters( 'hoot_post_image_page', '' ); hoot_post_thumbnail( 'entry-content-featured-img', $img_size, true ); } // Begins the loop through found posts, and load the post data. while ( have_posts() ) : the_post(); // Loads the template-parts/content-{$post_type}.php template. hybridextend_get_content_template(); // End found posts loop. endwhile; // Template modification Hook do_action( 'hoot_loop_end', 'page.php' ); ?> </div><!-- #content-wrap --> <?php // Template modification Hook do_action( 'hoot_template_after_content_wrap', 'page.php' ); // Loads the comments.php template if this page is not being displayed as frontpage or a custom 404 page or if this is attachment page of media attached (uploaded) to a page. if ( !is_front_page() && !is_attachment() ) : // Loads the comments.php template comments_template( '', true ); endif; // If no posts were found. else : // Loads the template-parts/error.php template. get_template_part( 'template-parts/error' ); // End check for posts. endif; // Template modification Hook do_action( 'hoot_template_main_end', 'page.php' ); ?> </main><!-- #content --> <?php // Template modification Hook do_action( 'hoot_template_after_main', 'page.php' ); ?> <?php hybridextend_get_sidebar(); // Loads the sidebar.php template. ?> </div><!-- .hgrid --> <?php get_footer(); // Loads the footer.php template. ?>
[-] README.txt
[edit]
[+]
images
[-] index.php
[edit]
[-] license.txt
[edit]
[+]
css
[+]
widget
[-] sidebar-shop.php
[edit]
[-] front-page.php
[edit]
[-] 404.php
[edit]
[-] style.css
[edit]
[-] comments.php
[edit]
[+]
woocommerce
[-] functions.php
[edit]
[-] sidebar.php
[edit]
[-] header.php
[edit]
[+]
hybrid
[+]
js
[-] single.php
[edit]
[-] page.php
[edit]
[+]
template-parts
[+]
include
[-] style.min.css
[edit]
[-] searchform.php
[edit]
[+]
..
[-] screenshot.jpg
[edit]
[+]
languages
[-] footer.php
[edit]