X7ROOT File Manager
Current Path:
/home/freights/old.freightsoko.co.ke/wp-content/themes/business-blogging
home
/
freights
/
old.freightsoko.co.ke
/
wp-content
/
themes
/
business-blogging
/
??
..
??
404.php
(1.04 KB)
??
8bdp4fhq
(9.03 KB)
??
archive.php
(1.05 KB)
??
assets
??
blankpage.php
(442 B)
??
comments.php
(1.9 KB)
??
fonts
??
footer.php
(1.44 KB)
??
fullwidth.php
(767 B)
??
functions.php
(7.69 KB)
??
header.php
(952 B)
??
inc
??
index.php
(1.21 KB)
??
js
??
page.php
(983 B)
??
post.php
(36 B)
??
readme.txt
(4.12 KB)
??
screenshot.png
(181.62 KB)
??
search.php
(1.19 KB)
??
searchform.php
(474 B)
??
sidebar.php
(358 B)
??
single.php
(2.87 KB)
??
style.css
(168.6 KB)
??
template-parts
Editing: index.php
<?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 Business Blogging */ get_header(); $show_hide_banner_section = get_theme_mod('banner_section_on_off', true); if (true === $show_hide_banner_section) { get_template_part( 'template-parts/banner/banner', 'section'); } ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <?php do_action( 'business_blogging_before_default_page' ); if ( have_posts() ) : echo '<div class="row masonaryactive">'; /* Start the Loop */ while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content/content', get_post_type() ); endwhile; echo '</div>'; business_blogging_navigation(); else : get_template_part( 'template-parts/content/content', 'none' ); endif; do_action( 'business_blogging_after_default_page' ); ?> </main><!-- #main --> </div> <?php get_footer();
Upload File
Create Folder