X7ROOT File Manager
Current Path:
/home/softbdltd/images-bd.com/wp-content87b/themes/eventum
home
/
softbdltd
/
images-bd.com
/
wp-content87b
/
themes
/
eventum
/
??
..
??
404.php
(729 B)
??
admin
??
author.php
(786 B)
??
blog-fullwidth.php
(985 B)
??
blog-left-sidebar.php
(1.25 KB)
??
blog-right-sidebar.php
(1.27 KB)
??
category.php
(809 B)
??
coming-soon.php
(5.21 KB)
??
comments.php
(3.05 KB)
??
css
??
e-cert.php
(5.36 KB)
??
error_log
(114.19 KB)
??
event-price.php
(13.13 KB)
??
fonts
??
footer-alternative.php
(38 B)
??
footer.php
(6.3 KB)
??
footer.php_backup
(6.74 KB)
??
functions.php
(4.69 KB)
??
header-alternative.php
(661 B)
??
header.php
(12.68 KB)
??
homepage.php
(1.07 KB)
??
images
??
index.php
(792 B)
??
js
??
languages
??
lib
??
page-archive-tmp.php
(2.13 KB)
??
page-left-sidebar.php
(1.76 KB)
??
page-right-sidebar.php
(1.3 KB)
??
page.php
(1.5 KB)
??
post-format
??
quick-preset.php
(4.38 KB)
??
quick-style.php
(5.06 KB)
??
registration.php_05_01_2018
(42.04 KB)
??
rtl.css
(2.73 KB)
??
run-details.php
(2.33 KB)
??
screenshot.png
(772 KB)
??
search.php
(695 B)
??
searchform.php
(293 B)
??
sidebar.php
(251 B)
??
single.php
(2.61 KB)
??
style.css
(1.8 KB)
??
theme-options
??
volunteer.php
(8.59 KB)
??
woocommerce
??
woocommerce.php
(688 B)
Editing: page-right-sidebar.php
<?php /** * Template Name: Page With Right Sidebar */ get_header(); ?> <section id="main"> <?php get_template_part('lib/sub-header')?> <div class="container"> <div class="row"> <div id="content" class="site-content col-sm-8" role="main"> <?php while ( have_posts() ): the_post(); ?> <div id="post-<?php the_ID(); ?>"> <?php if ( has_post_thumbnail() && ! post_password_required() ) : ?> <div class="row"> <div class="entry-thumbnail col-md-12"> <?php the_post_thumbnail(); ?> </div> </div> <?php endif; ?> <div class="entry-content row"> <?php $content = get_the_content(); ?> <?php if(!has_shortcode($content, 'vc_row')){ ?> <div class="col-md-12"> <?php the_content(); ?> </div> <?php }else{ the_content(); } wp_link_pages(); ?> </div> </div> <?php endwhile; ?> </div> <!--/#content--> <?php get_sidebar(); ?> <!--Page with Right Sidebar--> </div> </div> </section> <!--/#main--> <?php get_footer();
Upload File
Create Folder