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: archive.php
<?php /** * The template for displaying archive pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package goldy-mex */ get_header(); ?> <main id="primary" class="site-main"> <?php if ( have_posts() ) : ?> <header class="page-header"> <?php the_archive_title( '<h1 class="page-title">', '</h1>' ); the_archive_description( '<div class="archive-description">', '</div>' ); ?> </header><!-- .page-header --> <?php /* Start the Loop */ while ( have_posts() ) : the_post(); /* * Include the Post-Type-specific template for the content. * If you want to override this in a child theme, then include a file * called content-___.php (where ___ is the Post Type name) and that will be used instead. */ get_template_part( 'template-parts/content', get_post_type() ); endwhile; the_posts_navigation(); else : get_template_part( 'template-parts/content', 'none' ); endif; ?> </main><!-- #main --> <?php get_sidebar(); get_footer();
Upload File
Create Folder