Title: Custom Loop
Last modified: August 19, 2016

---

# Custom Loop

 *  [snipeseye](https://wordpress.org/support/users/snipeseye/)
 * (@snipeseye)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/custom-loop-1/)
 * Hi,
 * I am trying to create a custom loop so that it shows the latest 4 posts in a 
   special formating.
 * I have created the following formatting with HTML and CSS and I can’t get it 
   to work properly when I fill in the php:
 *     ```
       <div class="panel" id="entry1"><h2>Title 2</h2><p>Content here.</p></div> 
   
                       <div class="panel" id="entry2"><h2>Title 2</h2><p>Content here.</p></div> 
   
                       <div class="panel" id="entry3"><h2>Title 3</h2><p>Content here.</p></div> 
   
                       <div class="panel" id="entry4"><h2>Title 4</h2><p>Content here.</p></div> 
   
                       </div>
                   </div>
                    <ul class="navigation">
                       <li><a href="#entry1">Title 1</a></li>
                       <li><a href="#entry2">Title 2</a></li>
                       <li><a href="#entry3">Title 3</a></li>
                       <li><a href="#entry4">Title 4</a></li>
                   </ul>
       ```
   
 * I can use different loops to show up in different panels but that increases the
   load time by a lot and I can’t manage to show any of the titles in the navigation.
   Any ideas?

Viewing 1 replies (of 1 total)

 *  Thread Starter [snipeseye](https://wordpress.org/support/users/snipeseye/)
 * (@snipeseye)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/custom-loop-1/#post-1038557)
 * anyone?

Viewing 1 replies (of 1 total)

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

## Tags

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

 * 1 reply
 * 1 participant
 * Last reply from: [snipeseye](https://wordpress.org/support/users/snipeseye/)
 * Last activity: [17 years, 2 months ago](https://wordpress.org/support/topic/custom-loop-1/#post-1038557)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
