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-archive-tmp.php
<?php /* * Template Name: Archive Template */ 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-md-12" role="main"> <div class="archive-wrap"> <div class="row"> <div class="col-md-4"> <h3><?php esc_html_e('Latest Post','eventum'); ?></h3> <?php global $post; ?> <?php $latest_post = get_posts(array('post_per_page' => 10, 'post_type' => 'post')); if(count($latest_post)){ ?> <ul class="latest-post"> <?php foreach ($latest_post as $post) { setup_postdata( $post ); ?> <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li> <?php } ?> </ul> <?php } wp_reset_postdata(); ?> </div> <div class="col-md-4"> <h3><?php esc_html_e('Archive by Monthly', 'eventum');?></h3> <ul class="archive-month"> <?php wp_get_archives(array( 'type' => 'monthly')); ?> </ul> </div> <div class="col-md-4"> <h3><?php esc_html_e('Archive by Categories','eventum'); ?></h3> <ul class="archive-cats"> <?php wp_list_categories(array( 'title_li' =>'' )); ?> </ul> </div> </div> </div> </div> <!-- #content --> </div> <!-- .row --> </div> <!-- .container --> </section> <?php get_footer();
Upload File
Create Folder