X7ROOT File Manager
Current Path:
/home/notabjze/malakiethegreat.com/wp-content/themes/pridmag
home
/
notabjze
/
malakiethegreat.com
/
wp-content
/
themes
/
pridmag
/
ðŸ“
..
📄
404.php
(831 B)
📄
archive.php
(1.32 KB)
📄
comments.php
(1.87 KB)
ðŸ“
css
ðŸ“
fonts
📄
footer.php
(2.32 KB)
📄
functions.php
(10.45 KB)
📄
header.php
(2.9 KB)
ðŸ“
images
ðŸ“
inc
📄
index.php
(1.54 KB)
ðŸ“
js
ðŸ“
languages
📄
page.php
(871 B)
📄
readme.txt
(2.92 KB)
📄
screenshot.png
(306.73 KB)
📄
search.php
(1.4 KB)
📄
sidebar.php
(517 B)
📄
single.php
(1.04 KB)
📄
style-rtl.css
(51 KB)
📄
style.css
(50.98 KB)
📄
template-magazine.php
(2.21 KB)
ðŸ“
template-parts
Editing: template-magazine.php
<?php /** * Template Name: Magazine Template * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package PridMag */ get_header(); ?> <?php if ( current_user_can( 'edit_theme_options' ) ) : ?> <?php if ( !is_active_sidebar( 'featured-sidebar' ) && !is_active_sidebar( 'magazine-sidebar-1' ) && !is_active_sidebar( 'magazine-sidebar-2' ) && !is_active_sidebar( 'magazine-sidebar-3' ) && !is_active_sidebar( 'magazine-sidebar-4' ) ) : ?> <div class="th-instructions"> <p> <?php esc_html_e( 'Please go to Appearance → Widgets OR Appearance → Customize → Widgets and add widgets to the "Featured Content Area", "Magazine Top Content", "Magazine Mid Left Content" and "Magazine Mid Right Content" widget areas. You can use TH: Magazine Posts widgets to set up the theme like the demo website. If you want more information please read the theme documentaion.', 'pridmag' ); ?> </p> </div> <?php endif; ?> <?php endif; ?> <div class="pm-featured-content-area"> <?php if ( is_active_sidebar( 'featured-sidebar' ) ) { dynamic_sidebar( 'featured-sidebar' ); } ?> </div><!-- .pm-featured-content-area --> <div class="pm-magazine-top"> <?php if ( is_active_sidebar( 'magazine-sidebar-1' ) ) { dynamic_sidebar( 'magazine-sidebar-1' ); } ?> </div><!-- .pm-magazine-top --> <div class="pm-magazine-mid-left"> <?php if ( is_active_sidebar( 'magazine-sidebar-2' ) ) { dynamic_sidebar( 'magazine-sidebar-2' ); } ?> </div><!-- .pm-magazine-mid-left --> <div class="pm-magazine-mid-right"> <?php if ( is_active_sidebar( 'magazine-sidebar-3' ) ) { dynamic_sidebar( 'magazine-sidebar-3' ); } ?> </div><!-- .pm-magazine-mid-right --> <div class="pm-magazine-bottom"> <?php if ( is_active_sidebar( 'magazine-sidebar-4' ) ) { dynamic_sidebar( 'magazine-sidebar-4' ); } ?> </div><!-- .pm-magazine-bottom --> <?php get_footer();
Upload File
Create Folder