X7ROOT File Manager
Current Path:
/home/softbdltd/images-bd.com/wp-content87b/themes/eventum-old
home
/
softbdltd
/
images-bd.com
/
wp-content87b
/
themes
/
eventum-old
/
??
..
??
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)
??
coming-soon.php
(5.21 KB)
??
comments.php
(3.05 KB)
??
css
??
e-cert.php
(5.36 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.7 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.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: single.php
<?php get_header(); global $themeum_options; ?> <section id="main"> <?php get_template_part('lib/sub-header')?> <div class="container"> <div class="row"> <div id="content" class="site-content col-md-8" role="main"> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'post-format/content', get_post_format() ); ?> <?php if ( isset($themeum_options['post-nav-en']) && $themeum_options['post-nav-en'] ) { ?> <div class="clearfix post-navigation"> <?php previous_post_link('<span class="previous-post pull-left">%link</span>','<i class="fa fa-long-arrow-left"></i> '.esc_html__("previous article",'eventum')); ?> <?php next_post_link('<span class="next-post pull-right">%link</span>',esc_html__("next article",'eventum').' <i class="fa fa-long-arrow-right"></i>'); ?> </div> <!-- .post-navigation --> <?php } ?> <?php if ( comments_open() || get_comments_number() ) { if ( isset($themeum_options['blog-single-comment-en']) && $themeum_options['blog-single-comment-en'] ) { comments_template(); } } ?> <?php if ( is_singular( 'post' ) ){ $count_post = esc_attr( get_post_meta( $post->ID, '_post_views_count', true) ); if( $count_post == ''){ $count_post = 1; add_post_meta( $post->ID, '_post_views_count', $count_post); }else{ $count_post = (int)$count_post + 1; update_post_meta( $post->ID, '_post_views_count', $count_post); } } ?> <?php endwhile; ?> <?php else: ?> <?php get_template_part( 'post-format/content', 'none' ); ?> <?php endif; ?> <div class="clearfix"></div> </div> <!-- #content --> <?php get_sidebar(); ?> <!-- #sidebar --> </div> <!-- .row --> </section> <!-- .container --> <?php get_footer();
Upload File
Create Folder