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: single.php
<?php /** * The template for displaying all single posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post * * @package PridMag */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'single' ); the_post_navigation( array( 'next_text' => '<span class="meta-nav" aria-hidden="true">' . esc_html__( 'Next Article', 'pridmag' ) . '</span> ' . '<span class="post-title">%title</span>', 'prev_text' => '<span class="meta-nav" aria-hidden="true">' . esc_html__( 'Previous Article', 'pridmag' ) . '</span> ' . '<span class="post-title">%title</span>', ) ); // 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. ?> </main><!-- #main --> </div><!-- #primary --> <?php get_sidebar(); get_footer();
Upload File
Create Folder