Title: Nested Loop
Last modified: August 20, 2016

---

# Nested Loop

 *  [sedeek2](https://wordpress.org/support/users/sedeek2/)
 * (@sedeek2)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/nested-loop-1/)
 * Hi, i want help to convert this block of statments to wp loop
    `<?php $i = 0;
   while ( $i <= 4 ) { echo ‘<div class=”slide2″>’; for ($j=1;$j<=6;$j++) { echo‘
   <div class=”p’.$j.'”></div>’; } echo ‘</div>’; $i++; } ?>
 * the result of previouse code like this :
 * [http://s23.postimage.org/qre5jhkbv/4bd8fb42_78f2_40b4_a1e2_b9f7bc72d7db.png](http://s23.postimage.org/qre5jhkbv/4bd8fb42_78f2_40b4_a1e2_b9f7bc72d7db.png)
 * any help please

The topic ‘Nested Loop’ is closed to new replies.

## Tags

 * [loop](https://wordpress.org/support/topic-tag/loop/)
 * [nested](https://wordpress.org/support/topic-tag/nested/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [sedeek2](https://wordpress.org/support/users/sedeek2/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/nested-loop-1/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
