Sitemap – Posts' Topics problem
-
Hi, I’ve got problem with displaying of posts’ topics on my website’s sitemap https://mobirank.pl/mapa-strony/ Have you got any idea how can I fix it? Thx in advance.
The problem is when I’ve got Disqus plugin enable only.
There is following code:
<h3 class="divider-title"> <span><?php _e( 'ARTYKU?Y', 'leaf' ); ?></span> </h3><!-- .divider-title --> <div class="sitemap-body"> <ul><?php $archive_query = new WP_Query('showposts=1000&cat=-500'); 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(); ?> (<?php comments_number('0', '1', '%'); ?>)</a> </li> <?php endwhile; ?> </ul> </div><!-- .sitemap-body -->
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Sitemap – Posts' Topics problem’ is closed to new replies.