Support

Account

Home Forums General Issues Category list not working inside of while loop Reply To: Category list not working inside of while loop

  • I figured out that the post data was causing an issue adding in wp_reset_postdata() before the final endwhile solved the issue.

    
        <?php endforeach; ?>
       </div>
      <?php wp_reset_postdata();
     endwhile; 
    endif;?>
    </div>