X7ROOT File Manager
Current Path:
/home/notabjze/pyirates.net/wp-content/themes/betheme
home
/
notabjze
/
pyirates.net
/
wp-content
/
themes
/
betheme
/
ðŸ“
..
📄
404.php
(2.31 KB)
ðŸ“
assets
ðŸ“
bbpress
📄
bbpress.php
(572 B)
📄
changelog.html
(311.78 KB)
📄
comments.php
(1.2 KB)
ðŸ“
css
ðŸ“
fonts
📄
footer.php
(7.68 KB)
ðŸ“
functions
📄
functions.php
(7.78 KB)
📄
header-shop.php
(6.37 KB)
📄
header.php
(2.08 KB)
ðŸ“
images
ðŸ“
includes
📄
index.php
(9.32 KB)
ðŸ“
js
ðŸ“
languages
ðŸ“
muffin-options
📄
page.php
(1.46 KB)
📄
readme.txt
(102 B)
📄
rtl.css
(38.88 KB)
📄
rtl.min.css
(34.99 KB)
📄
screenshot.png
(284.94 KB)
📄
search.php
(6.61 KB)
📄
searchform.php
(1.63 KB)
📄
sidebar.php
(1.09 KB)
📄
single-attachment.php
(742 B)
📄
single-download.php
(4.34 KB)
📄
single-portfolio.php
(2.81 KB)
📄
single-template.php
(5.85 KB)
📄
single.php
(3.22 KB)
📄
style-colors.php
(46.15 KB)
📄
style-one.php
(25.02 KB)
📄
style-responsive.php
(26.81 KB)
📄
style.css
(366 B)
📄
style.php
(52.34 KB)
📄
taxonomy-portfolio-types.php
(5.92 KB)
📄
template-archives.php
(2.04 KB)
📄
template-blank.php
(967 B)
📄
template-portfolio.php
(7.25 KB)
📄
template-shop-archive.php
(1.08 KB)
📄
template-single-product.php
(1.45 KB)
📄
template-sitemap.php
(623 B)
ðŸ“
tribe-events
📄
under-construction.php
(6.24 KB)
ðŸ“
vc_templates
ðŸ“
visual-builder
ðŸ“
woocommerce
📄
woocommerce.php
(1.61 KB)
📄
wpml-config.xml
(39.11 KB)
Editing: header.php
<?php /** * The Header for our theme. * * @package Betheme * @author Muffin group * @link https://muffingroup.com */ ?><!DOCTYPE html> <?php if ($_GET && key_exists('mfn-rtl', $_GET)): echo '<html class="no-js" lang="ar" dir="rtl">'; else: ?> <html <?php language_attributes(); ?> class="no-js <?php echo esc_attr(mfn_html_classes()); ?>"<?php mfn_tag_schema(); ?> > <?php endif; ?> <head> <meta charset="<?php bloginfo('charset'); ?>" /> <?php wp_head(); global $mfn_global; if( empty($_GET['visual']) && !empty($mfn_global['sidemenu']) ){ // global sidemenu $sidemenu = new MfnSideMenu($mfn_global['sidemenu']); $sidemenu->css(); } if( !empty( get_post_meta(get_the_ID(), 'mfn-post-js', true) ) ) echo get_post_meta(get_the_ID(), 'mfn-post-js', true); ?> </head> <body <?php body_class(); ?>> <?php if( mfn_is_blocks() ): ?> <div id="Wrapper"> <?php else: // mfn_is_blocks() ?> <?php if( !empty(get_post_meta(get_the_ID(), 'mfn-post-one-page', true)) && get_post_meta(get_the_ID(), 'mfn-post-one-page', true) == '1' ){ echo '<div id="home"></div>'; } ?> <?php do_action('mfn_hook_top'); ?> <?php get_template_part('includes/header', 'sliding-area'); ?> <?php if (mfn_header_style(true) == 'header-creative' && !$mfn_global['header']) { get_template_part('includes/header', 'creative'); } ?> <div id="Wrapper"> <?php if (mfn_header_style(true) == 'header-below') { echo mfn_slider(); } // be setup wizard if( isset( $_GET['mfn-setup-preview'] ) ) { $mfn_global['header'] = false; } if( $mfn_global['header'] ){ $is_visual = false; if( !empty($_GET['visual']) ) $is_visual = true; get_template_part( 'includes/header', 'template', array( 'id' => $mfn_global['header'], 'visual' => $is_visual ) ); }else{ get_template_part( 'includes/header', 'classic' ); } if ( 'intro' == get_post_meta( mfn_ID(), 'mfn-post-template', true ) ) { get_template_part( 'includes/header', 'single-intro' ); } ?> <?php do_action( 'mfn_hook_content_before' ); ?> <?php endif; // mfn_is_blocks() ?> <?php // omit closing php tag
Upload File
Create Folder