Support » Theme: Leaf » Sitemap – Posts' Topics problem

  • Resolved Łukasz

    (@lumay)


    Hi, I’ve got problem with displaying of posts’ topics on my website’s sitemap http://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)
  • Thread Starter Łukasz

    (@lumay)

    Solution: Resetting the Disqus plugin – This can be done using the “Reset” button in the “Plugin Settings” menu within the Disqus WP plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Sitemap – Posts' Topics problem’ is closed to new replies.