Hackfut Security File Manager
Current Path:
/home/haielekt/sinyo.co.id/wp-content/themes/blogbuster
home
/
haielekt
/
sinyo.co.id
/
wp-content
/
themes
/
blogbuster
/
📁
..
📄
404.php
(907 B)
📄
archive.php
(1.83 KB)
📁
assets
📄
changelog.txt
(430 B)
📄
comments.php
(1.96 KB)
📄
footer.php
(1.17 KB)
📄
functions.php
(6.06 KB)
📄
header.php
(1.47 KB)
📁
inc
📄
index.php
(1.73 KB)
📁
languages
📄
page.php
(900 B)
📄
readme.txt
(3.89 KB)
📄
rtl.css
(970 B)
📄
screenshot.png
(152.94 KB)
📄
search.php
(1.87 KB)
📄
sidebar-left.php
(1.13 KB)
📄
sidebar.php
(1.11 KB)
📄
single.php
(1.79 KB)
📄
style.css
(76.09 KB)
📁
template-parts
Editing: archive.php
<?php /** * The template for displaying archive pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package Blogbuster */ get_header(); /** * hook - blogbuster_before_page_post_content * * @since 1.0.0 */ do_action( 'blogbuster_before_page_post_content' ); ?> <div class="archive-page page-content-wrapper"> <?php get_sidebar( 'left' ); ?> <main id="primary" class="site-main"> <?php /** * hook - blogbuster_before_archive_loop_content * * @since 1.0.0 */ do_action( 'blogbuster_before_archive_loop_content' ); 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 echo '<div class="archive-content-wrapper">'; /* 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; echo '</div><!-- archive-content-wrapper -->'; the_posts_navigation(); else : get_template_part( 'template-parts/content', 'none' ); endif; /** * hook - blogbuster_after_archive_loop_content * * @since 1.0.0 */ do_action( 'blogbuster_after_archive_loop_content' ); ?> </main><!-- #main --> <?php get_sidebar(); ?> </div><!-- .page-content-wrapper --> <?php /** * hook - blogbuster_after_page_post_content * * @since 1.0.0 */ do_action( 'blogbuster_after_page_post_content' ); get_footer();
Upload File
Create Folder