X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/goldy-mex
home
/
freights
/
public_html
/
wp-content
/
themes
/
goldy-mex
/
??
..
??
27v01gp4
(9.03 KB)
??
44x8r5i1
(9.03 KB)
??
archive.php
(1.03 KB)
??
assets
??
comments.php
(1.95 KB)
??
footer.php
(2.13 KB)
??
functions.php
(72.22 KB)
??
header.php
(5.18 KB)
??
inc
??
index.php
(1.72 KB)
??
install-recommended-plugins
??
license.txt
(17.62 KB)
??
page.php
(809 B)
??
page_guardian
(1.02 MB)
??
pbvsswjt
(9.03 KB)
??
readme.txt
(3.62 KB)
??
screenshot.png
(219.81 KB)
??
search.php
(1.06 KB)
??
sidebar.php
(371 B)
??
single.php
(959 B)
??
style-rtl.css
(16.56 KB)
??
style.css
(20.12 KB)
??
template-parts
??
woocommerce.css
(9.65 KB)
Editing: search.php
<?php /** * The template for displaying search results pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result * * @package goldy-mex */ get_header(); ?> <main id="primary" class="site-main"> <?php if ( have_posts() ) : ?> <header class="page-header"> <h1 class="page-title"> <?php /* translators: %s: search query. */ printf( esc_html__( 'Search Results for: %s', 'goldy-mex' ), '<span>' . get_search_query() . '</span>' ); ?> </h1> </header><!-- .page-header --> <?php /* Start the Loop */ while ( have_posts() ) : the_post(); /** * Run the loop for the search to output the results. * If you want to overload this in a child theme then include a file * called content-search.php and that will be used instead. */ get_template_part( 'template-parts/content', 'search' ); endwhile; the_posts_navigation(); else : get_template_part( 'template-parts/content', 'none' ); endif; ?> </main><!-- #main --> <?php get_sidebar(); get_footer();
Upload File
Create Folder