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: archive.php
<?php /** * The template for displaying archive pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package Business Blogging */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <?php do_action( 'business_blogging_before_default_page' ); if ( have_posts() ) : ?> <header class="archive-page-header"> <?php the_archive_title( '<h1 class="page-title">', '</h1>' ); the_archive_description( '<div class="archive-description">', '</div>' ); ?> </header><!-- .page-header --> <?php 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><!-- #primary --> <?php get_footer(); ?>
Upload File
Create Folder