X7ROOT File Manager
Current Path:
/home/notabjze/nigeltheengineer.com/wp-content/themes/astra
home
/
notabjze
/
nigeltheengineer.com
/
wp-content
/
themes
/
astra
/
ðŸ“
..
📄
404.php
(693 B)
ðŸ“
admin
📄
archive.php
(735 B)
ðŸ“
assets
📄
changelog.txt
(113.64 KB)
📄
comments.php
(3.3 KB)
📄
footer.php
(619 B)
📄
functions.php
(7.66 KB)
📄
header.php
(1.46 KB)
ðŸ“
inc
📄
index.php
(913 B)
ðŸ“
languages
📄
page.php
(874 B)
📄
readme.txt
(5.95 KB)
📄
screenshot.jpg
(357.85 KB)
📄
search.php
(777 B)
📄
searchform.php
(1.88 KB)
📄
sidebar.php
(980 B)
📄
single.php
(701 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: search.php
<?php /** * The template for displaying search results pages. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result * * @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 endif ?> <div id="primary" <?php astra_primary_class(); ?>> <?php astra_primary_content_top(); ?> <?php astra_archive_header(); ?> <?php astra_content_loop(); ?> <?php astra_pagination(); ?> <?php astra_primary_content_bottom(); ?> </div><!-- #primary --> <?php if ( astra_page_layout() == 'right-sidebar' ) : ?> <?php get_sidebar(); ?> <?php endif ?> <?php get_footer(); ?>
Upload File
Create Folder