[ SYSTEM ]: Linux wordpress 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
themes
/
astra
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 admin
SET
[ DEL ]
📁 assets
SET
[ DEL ]
📁 inc
SET
[ DEL ]
📁 languages
SET
[ DEL ]
📁 template-parts
SET
[ DEL ]
📄 404.php
687 B
SET
[ EDIT ]
|
[ DEL ]
📄 SECURITY.md
427 B
SET
[ EDIT ]
|
[ DEL ]
📄 archive.php
729 B
SET
[ EDIT ]
|
[ DEL ]
📄 changelog.txt
172,088 B
SET
[ EDIT ]
|
[ DEL ]
📄 comments.php
4,608 B
SET
[ EDIT ]
|
[ DEL ]
📄 footer.php
605 B
SET
[ EDIT ]
|
[ DEL ]
📄 header.php
1,404 B
SET
[ EDIT ]
|
[ DEL ]
📄 index.php
906 B
SET
[ EDIT ]
|
[ DEL ]
📄 readme.txt
8,057 B
SET
[ EDIT ]
|
[ DEL ]
📄 screenshot.jpg
366,434 B
SET
[ EDIT ]
|
[ DEL ]
📄 search.php
771 B
SET
[ EDIT ]
|
[ DEL ]
📄 searchform.php
2,272 B
SET
[ EDIT ]
|
[ DEL ]
📄 style.css
4,575 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme.json
2,411 B
SET
[ EDIT ]
|
[ DEL ]
📄 toolset-config.json
7,640 B
SET
[ EDIT ]
|
[ DEL ]
📄 wpml-config.xml
5,233 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: 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 } ?> <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 } ?> <?php get_footer(); ?>