Why does it loop twice?

时间:2017-05-11 作者:ferdi_

我有这个循环,我不知道为什么,我有一个“加载更多”按钮,当我点击它时,它会再次加载所有文章。

有人能帮忙吗?

<div class="content">
<div class="container load_more">
  <div class="row">

  <?php

  $args = array(\'category_name\' => \'actu, quizz\' );
  $the_query = new WP_Query ($args);?>
  <?php
  if($the_query->have_posts()):
  while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
  <div class="col-md-4 col-lg-4 col-sm-6 col-xs-12">
    <div class="le_post_entier ">
      <a href="<?php the_permalink(); ?>"><?php the_post_thumbnail(\'actus\'); ?></a>
      <div class="col-md-12 postbody ">
        <a href="<?php the_permalink(); ?>">
        <?php the_title(); ?></a>
        </div>
        <a class="cta" href="<?php the_permalink(); ?>">DÉCOUVRIR &#8594;</a>
      </div>
    </div>

  <?php  endwhile; ;endif;
?>
</div>
</div>
</div>
UPDATE 我已经关闭了标签,但仍然循环了两次

1 个回复
SO网友:SopsoN

我同意Takebo的观点,这是tag的问题。

<div class="col-md-12 postbody "> <a href="<?php the_permalink(); ?>"><?php the_title(); ?>

here is missing </a>

    `</div>
    <a class="cta" href="<?php the_permalink(); ?>">DÉCOUVRIR &#8594;</a>
  </div>
</div>`

结束

相关推荐

While loop with bootstrap

可以从引导程序中使用手风琴进行while循环吗?我正在尝试从高级自定义字段中使用repeater add pro附加组件制作常见问题部分。所有的问题都出现了,但他们都找到了第一个答案。我怎样才能做到这一点? <div class=\"panel-group\" id=\"accordion\" role=\"tablist\" aria-multiselectable=\"true\"> <?php if(get_field(\'faq_general_