Hackfut Security File Manager
Current Path:
/home/haielekt/sinyo.co.id/wp-content/themes/hybridmag
home
/
haielekt
/
sinyo.co.id
/
wp-content
/
themes
/
hybridmag
/
📁
..
📄
404.php
(940 B)
📄
LICENSE
(17.62 KB)
📄
archive.php
(1.76 KB)
📁
assets
📄
comments.php
(2.13 KB)
📄
footer.php
(731 B)
📄
functions.php
(14.34 KB)
📄
header.php
(1.06 KB)
📁
inc
📄
index.php
(1.88 KB)
📁
languages
📁
page-templates
📄
page.php
(1001 B)
📄
readme.txt
(4.38 KB)
📄
screenshot.png
(182.4 KB)
📄
search.php
(1.67 KB)
📄
sidebar.php
(525 B)
📄
single.php
(821 B)
📄
style-rtl.css
(87.56 KB)
📄
style.css
(87.64 KB)
📁
template-parts
Editing: archive.php
<?php /** * The template for displaying archive pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package HybridMag */ get_header(); ?> <main id="primary" class="site-main"> <?php /** * Before Main Content Hook */ do_action( 'hybridmag_before_main_content' ); ?> <?php if ( have_posts() ) : ?> <header class="page-header"> <?php do_action( 'hybridmag_before_archive_title' ); the_archive_title( '<h1 class="page-title">', '</h1>' ); the_archive_description( '<div class="archive-description">', '</div>' ); do_action( 'hybridmag_after_archive_title' ); ?> </header><!-- .page-header --> <?php /** * Before blog entries hook. * @since 1.0.0 */ do_action( 'hybridmag_before_blog_entries' ); ?> <div id="blog-entries"> <?php /** * Before Archive Loop Hook */ do_action( 'hybridmag_before_loop', 'archive' ); /* 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; /** * After Archive Loop Hook */ do_action( 'hybridmag_after_loop', 'archive' ); ?> </div><!-- #blog-entries --> <?php hybridmag_posts_pagination(); else : get_template_part( 'template-parts/content', 'none' ); endif; /** * After Main Content Hook */ do_action( 'hybridmag_after_main_content' ); ?> </main><!-- #main --> <?php hybridmag_get_sidebar(); get_footer();
Upload File
Create Folder