PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
themes
/
leather_market
/
page-templates
<?php /* Template Name: SiteMap Page */ ?> <?php get_header(); ?> <?php /*the_content();*/ ?> <div id="main-content" class="main-content sitemap-page blog-page blog-filter <?php echo esc_attr(tmpmela_sidebar_position()); ?>"> <?php if (get_option('tmpmela_page_sidebar') == 'yes') : ?> <div id="primary" class="content-area"> <?php else : ?> <div id="primary" class="main-content-inner-full"> <?php endif; ?> <div id="content" class="site-content sitemap" role="main"> <!-- Start archive-content --> <div class="archive-content"> <div class="sitemap-item"> <div class="sitemap-pages"> <h3> <?php esc_html_e('Pages','leather-market');?> </h3> <ul> <?php wp_list_pages('depth=0&sort_column=post_title&title_li=' ); ?> </ul> </div> </div> <div class="sitemap-item"> <div class="sitemap-category"> <h3> <?php esc_html_e( 'Category Archives','leather-market'); ?> </h3> <ul> <?php wp_list_categories( array( 'feed' => esc_html__( 'RSS', 'leather-market' ), 'show_count' => true, 'use_desc_for_title' => false, 'title_li' => false ) ); ?> </ul> </div> <div class="clear"></div> <div class="sitemap-month-archieves"> <h3> <?php esc_html_e( 'Monthly Archives','leather-market'); ?> </h3> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> </div> <div class="clear"></div> <div class="sitemap-authors"> <h3> <?php esc_html_e( 'Author Archives','leather-market'); ?> </h3> <ul> <?php wp_list_authors('show_fullname=1&optioncount=1&exclude_admin=0'); ?> </ul> </div> </div> <div class="sitemap-item"> <div class="sitemap-posts"> <h3> <?php esc_html_e('Blog Posts','leather-market'); ?> </h3> <ul> <?php $archivesquery = new WP_Query('showposts=20'); while ($archivesquery->have_posts()) : $archivesquery->the_post(); ?> <li> <a href="<?php esc_url(the_permalink()) ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"> <?php the_title(); ?> </a> (<?php comments_number('0', '1', '%'); ?>) </li> <?php endwhile; ?> </ul> </div> </div> </div><!-- End archive-content --> </div><!--End #content --> </div><!-- End #primary --> <?php if (get_option('tmpmela_page_sidebar') == 'yes') : get_sidebar(); endif; ?> </div> <?php get_footer(); ?>
[-] home.php
[edit]
[+]
..
[-] blog-list.php
[edit]
[-] sitemap.php
[edit]