/
home
/
desid573
/
public_html
/
magicride.ng
/
wp-content
/
themes
/
euphony
/
templates
/
/home/desid573/public_html/magicride.ng/wp-content/themes/euphony/templates
mkdir
upload
Name
Size
Mode
Actions
full-width-page.php
937
0644
edit
dl
rm
right-sidebar.php
965
0644
edit
dl
rm
Edit:
/home/desid573/public_html/magicride.ng/wp-content/themes/euphony/templates/right-sidebar.php
(965B)
<?php /* * Template Name: Right Sidebar ( Content, Primary Sidebar ) * * Template Post Type: post, page * * The template for displaying Page/Post with Sidebar on right * * @package Euphony */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <div class="singular-content-wrap"> <?php while ( have_posts() ) : the_post(); $template = 'single'; if ( is_page() ) { $template = 'page'; } get_template_part( 'template-parts/content/content', $template ); get_template_part( 'template-parts/content/content', 'comment' ); endwhile; // End of the loop. ?> </div> <!-- singular-content-wrap --> </main><!-- #main --> </div><!-- #primary --> <?php get_sidebar(); get_footer();
Save