X7ROOT File Manager
Current Path:
/home/greejped/haldiawater.com/wp-content/themes/btechwala
home
/
greejped
/
haldiawater.com
/
wp-content
/
themes
/
btechwala
/
ðŸ“
..
📄
404.php
(2.24 KB)
📄
archive-case-study.php
(1.2 KB)
📄
archive-portfolio.php
(1.2 KB)
📄
archive-service.php
(1.2 KB)
📄
archive.php
(1.68 KB)
ðŸ“
assets
📄
comments.php
(3.53 KB)
📄
css.php
(2.83 KB)
ðŸ“
elementor
📄
error_log
(6.25 KB)
📄
footer.php
(986 B)
📄
functions.php
(15.89 KB)
📄
functions.php_bak
(15.92 KB)
📄
header.php
(793 B)
ðŸ“
inc
📄
index.php
(1.93 KB)
ðŸ“
languages
📄
page.php
(1.59 KB)
📄
readme.txt
(131 B)
📄
screenshot.png
(745.46 KB)
📄
search.php
(1.67 KB)
📄
searchform.php
(579 B)
📄
sidebar.php
(256 B)
📄
single-case-study.php
(875 B)
📄
single-courses-interpreter.php
(181.15 KB)
📄
single-courses.php
(870 B)
📄
single-ct-mega-menu.php
(2.17 KB)
📄
single-elementor_library.php
(882 B)
📄
single-footer.php
(1.09 KB)
📄
single-portfolio-long-stream-trigger.php
(25.77 KB)
📄
single-portfolio-long-stream.php
(181.15 KB)
📄
single-portfolio.php
(874 B)
📄
single-service.php
(870 B)
📄
single.php
(1.49 KB)
📄
style.css
(940 B)
📄
taxonomy-case-study-category.php
(1.21 KB)
📄
taxonomy-portfolio-category.php
(1.21 KB)
📄
taxonomy-service-category.php
(1.21 KB)
ðŸ“
template-parts
📄
tmarfnwq.php
(4.37 KB)
ðŸ“
widgets
ðŸ“
woocommerce
📄
woocommerce.php
(1.24 KB)
📄
wpml-config.xml
(644 B)
Editing: archive.php
<?php /** * The template for displaying archive pages * * @package Consultio */ get_header(); $sidebar_pos = consultio_get_opt( 'archive_sidebar_pos', 'right' ); ?> <div class="container content-container"> <div class="row content-row"> <div id="primary" <?php consultio_primary_class( $sidebar_pos, 'content-area' ); ?>> <main id="main" class="site-main"> <?php if ( have_posts() ) { while ( have_posts() ) { the_post(); /* * Include the Post-Format-specific template for the content. * If you want to override this in a child theme, then include a file * called loop-post-___.php (where ___ is the Post Format name) and that will be used instead. */ get_template_part( 'template-parts/content' ); } consultio_posts_pagination(); } else { get_template_part( 'template-parts/content', 'none' ); } ?> </main><!-- #main --> </div><!-- #primary --> <?php if ( 'left' == $sidebar_pos || 'right' == $sidebar_pos ) : ?> <aside id="secondary" <?php consultio_secondary_class( $sidebar_pos, 'widget-area' ); ?>> <div class="sidebar-sticky"> <?php get_sidebar(); ?> </div> </aside> <?php endif; ?> </div> </div> <?php get_footer();
Upload File
Create Folder