X7ROOT File Manager
Current Path:
/home/katmhsmi/public_html/wp-content/themes/twentynineteen
home
/
katmhsmi
/
public_html
/
wp-content
/
themes
/
twentynineteen
/
📁
..
📄
404.php
(846 B)
📄
archive.php
(1.21 KB)
📁
classes
📄
comments.php
(3.98 KB)
📄
contributing.txt
(1.2 KB)
📁
fonts
📄
footer.php
(1.58 KB)
📄
functions.php
(11.48 KB)
📄
header.php
(1.9 KB)
📄
image.php
(2.92 KB)
📁
images
📁
inc
📄
index.php
(1.04 KB)
📁
js
📄
package-lock.json
(255.98 KB)
📄
package.json
(1.58 KB)
📄
page.php
(766 B)
📄
postcss.config.js
(255 B)
📄
print.css
(4.05 KB)
📄
print.scss
(3.36 KB)
📄
readme.txt
(5.32 KB)
📁
sass
📄
screenshot.png
(171.15 KB)
📄
search.php
(1.33 KB)
📄
single.php
(1.81 KB)
📄
style-editor-customizer.css
(159 B)
📄
style-editor-customizer.scss
(158 B)
📄
style-editor.css
(80.52 KB)
📄
style-editor.scss
(19.59 KB)
📄
style-rtl.css
(222.61 KB)
📄
style.css
(222.8 KB)
📄
style.css.map
(15.35 KB)
📄
style.scss
(3.18 KB)
📁
template-parts
Editing: archive.php
<?php /** * The template for displaying archive pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package WordPress * @subpackage Twenty_Nineteen * @since Twenty Nineteen 1.0 */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <?php if ( have_posts() ) : ?> <header class="page-header"> <?php the_archive_title( '<h1 class="page-title">', '</h1>' ); ?> </header><!-- .page-header --> <?php // Start the Loop. 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 content-___.php (where ___ is the Post Format name) and that * will be used instead. */ get_template_part( 'template-parts/content/content', 'excerpt' ); // End the loop. endwhile; // Previous/next page navigation. twentynineteen_the_posts_navigation(); // If no content, include the "No posts found" template. else : get_template_part( 'template-parts/content/content', 'none' ); endif; ?> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();
Upload File
Create Folder