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: 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 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() ) { // Load posts loop. while ( have_posts() ) { the_post(); get_template_part( 'template-parts/content/content' ); } // Previous/next page navigation. twentynineteen_the_posts_navigation(); } else { // If no content, include the "No posts found" template. get_template_part( 'template-parts/content/content', 'none' ); } ?> </main><!-- .site-main --> </div><!-- .content-area --> <?php get_footer();
Upload File
Create Folder