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: page.php
<?php /** * The template for displaying all pages * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site may use a * different template. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package Blogbuster */ get_header(); ?> <main id="primary" class="site-main"> <div class="archive-content-wrapper"> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'page' ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; // End of the loop. ?> </div><!-- .archive-content-wrapper --> </main><!-- #main --> <?php get_sidebar();?> <?php get_footer();?>
Upload File
Create Folder