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: footer.php
<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Blogbuster */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; } ?> </div> <!-- mt-container --> </div><!-- #content --> <?php /** * hook - blogbuster_before_colophon * * @since 1.0.0 */ do_action( 'blogbuster_before_colophon' ); ?> <footer id="colophon" class="site-footer"> <?php //footer widget area get_template_part( 'template-parts/partials/footer/widget', 'area' ); //bottom footer get_template_part( 'template-parts/partials/footer/bottom', 'area' ); ?> </footer><!-- #colophon --> <?php /** * hook - blogbuster_after_colophon * * @since 1.0.0 */ do_action( 'blogbuster_after_colophon' ); ?> </div><!-- #page --> <?php /** * hook - blogbuster_after_page * * @hooked - blogbuster_scroll_top_section - 10 * @hooked - blogbuster_footer_background_animation - 20 * * @since 1.0.0 */ do_action( 'blogbuster_after_page' ); wp_footer(); ?> </body> </html>
Upload File
Create Folder