X7ROOT File Manager
Current Path:
/home/notabjze/tailoredplastiq.com/wp-content/themes/astra
home
/
notabjze
/
tailoredplastiq.com
/
wp-content
/
themes
/
astra
/
ðŸ“
..
📄
404.php
(687 B)
📄
SECURITY.md
(1.59 KB)
ðŸ“
admin
📄
archive.php
(729 B)
ðŸ“
assets
📄
changelog.txt
(152.89 KB)
📄
comments.php
(4.5 KB)
📄
footer.php
(605 B)
📄
functions.php
(8.6 KB)
📄
header.php
(1.46 KB)
ðŸ“
inc
📄
index.php
(906 B)
ðŸ“
languages
📄
page.php
(868 B)
📄
readme.txt
(7.29 KB)
📄
screenshot.jpg
(357.85 KB)
📄
search.php
(771 B)
📄
searchform.php
(2.08 KB)
📄
sidebar.php
(1000 B)
📄
single.php
(695 B)
📄
style.css
(4.46 KB)
ðŸ“
template-parts
📄
theme.json
(2.35 KB)
📄
toolset-config.json
(7.46 KB)
📄
wpml-config.xml
(5.11 KB)
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://codex.wordpress.org/Template_Hierarchy * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } get_header(); ?> <?php if ( astra_page_layout() === 'left-sidebar' ) { ?> <?php get_sidebar(); ?> <?php } ?> <div id="primary" <?php astra_primary_class(); ?>> <?php astra_primary_content_top(); astra_content_loop(); astra_pagination(); astra_primary_content_bottom(); ?> </div><!-- #primary --> <?php if ( astra_page_layout() === 'right-sidebar' ) { get_sidebar(); } get_footer();
Upload File
Create Folder