File: /home/c1190199/public_html/wp-content/themes/infocus/lib/includes/sitemap-content.php
<h2>Páginas</h2>
<ul class="arrow_list"><?php wp_list_pages("exclude=$show_hide_pg&title_li=" ); ?></ul>
<div class="divider top"><a href="#">Top</a></div>
<h2>Feeds</h2>
<ul class="arrow_list">
<li><a title="Feed DM" href="feed:<?php bloginfo('rss2_url'); ?>">RSS del Sitio</a></li>
<li><a title="Feed de Comentarios" href="feed:<?php bloginfo('comments_rss2_url'); ?>">Feed de Comentarios</a></li>
</ul>
<div class="divider top"><a href="#">Top</a></div>
<h2>Categorías</h2>
<ul class="arrow_list"><?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0&feed=RSS&hide_empty=1'); ?></ul>
<div class="divider top"><a href="#">Top</a></div>
<h2>Todas las páginas y entradas del sitio:</h2>
<p><a href="javascript:expandIt(document.getElementById('link0055'))">[+/-] Ver todo</a> </p>
<div id="link0055" style="display: none;">
<ul class="arrow_list"><?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>
<div class="divider top"><a href="#">Top</a></div>
<h2>Archivos</h2>
<ul class="arrow_list">
<?php wp_get_archives('type=monthly&show_post_count=true'); ?>
</ul>
<div class="divider top"><a href="#">Top</a></div>