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: 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 HybridMag */ get_header(); ?> <main id="primary" class="site-main"> <?php /** * Before Main Content Hook */ do_action( 'hybridmag_before_main_content' ); 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. /** * After Main Content Hook */ do_action( 'hybridmag_after_main_content' ); ?> </main><!-- #main --> <?php hybridmag_get_sidebar(); get_footer();
Upload File
Create Folder