PATH:
home
/
letacommog
/
mcr
/
wp-content
/
themes
/
betheme
<?php /** * Template Name: Archives * * @package Betheme * @author Muffin Group * @link https://muffingroup.com */ get_header(); ?> <div id="Content"> <div class="content_wrapper clearfix"> <div class="sections_group"> <div class="section"> <div class="section_wrapper clearfix"> <?php if (have_posts()) { the_post(); } ?> <div class="one-fourth column"> <h4><?php esc_html_e('Available Pages', 'betheme'); ?></h4> <ul class="list"> <?php wp_list_pages('title_li=&depth=-1'); ?> </ul> </div> <div class="one-fourth column"> <h4><?php esc_html_e('The 20 latest posts', 'betheme'); ?></h4> <ul class="list"> <?php $args = array( 'post_type' => array('post'), 'posts_per_page' => 20 ); $posts_query = new WP_Query($args); while ($posts_query->have_posts()) : $posts_query->the_post(); ?> <li><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a></li> <?php endwhile; wp_reset_query(); ?> </ul> </div> <div class="one-fourth column"> <h4><?php esc_html_e('Archives by Subject', 'betheme'); ?></h4> <ul class="list"> <?php $args = array( 'orderby' => 'name', 'show_count' => 0, 'hide_empty' => 0, 'title_li' => '', 'taxonomy' => 'category' ); wp_list_categories($args); ?> </ul> </div> <div class="one-fourth column"> <h4><?php esc_html_e('Archives by Month', 'betheme'); ?></h4> <ul class="list"> <?php wp_get_archives('type=monthly'); ?> </ul> </div> </div> </div> </div> </div> </div> <?php get_footer();
[+]
..
[+]
css
[+]
bbpress
[-] sidebar-blog.php
[edit]
[-] single.php
[edit]
[-] screenshot.png
[edit]
[-] single-attachment.php
[edit]
[-] template-blank.php
[edit]
[-] comments.php
[edit]
[+]
includes
[+]
muffin-options
[-] header.php
[edit]
[+]
demos
[-] wpml-config.xml
[edit]
[-] template-archives.php
[edit]
[-] style-static.css
[edit]
[-] style-one.php
[edit]
[-] under-construction.php
[edit]
[-] sidebar-taxonomy.php
[edit]
[-] taxonomy-portfolio-types.php
[edit]
[-] search.php
[edit]
[+]
js
[-] page.php
[edit]
[-] searchform.php
[edit]
[+]
vc_templates
[+]
images
[+]
assets
[-] index.php
[edit]
[-] sidebar.php
[edit]
[+]
functions
[+]
tribe-events
[+]
languages
[-] functions.php
[edit]
[-] template-sitemap.php
[edit]
[-] single-portfolio.php
[edit]
[-] style-responsive.php
[edit]
[-] style-colors.php
[edit]
[+]
woocommerce
[-] template-portfolio.php
[edit]
[-] 404.php
[edit]
[-] changelog.html
[edit]
[-] readme.txt
[edit]
[+]
fonts
[-] footer.php
[edit]
[-] style.php
[edit]
[-] header-shop.php
[edit]
[-] bbpress.php
[edit]
[-] single-download.php
[edit]
[-] rtl.css
[edit]
[-] style.css
[edit]