Why not just use a counter and then conditional logic?
$i = 0;
while($loop->have_posts()) : $loop->the_post();
if($i === 0){
echo '<div class="a">'.other_stuff().'</div>';
} elseif($i === 1){
echo '<div class="b">'.other_stuff().'</div>';
} else {
echo '<div class="default">'.other_stuff().'</div>';
}
$i++;
endwhile;
Related Posts:
- Is `query_posts` really slower than secondary query?
- Are there any scenarios where the query_posts may be used?
- Why is it necessary to call rewind_posts() when using the loop more than once? [duplicate]
- Multiple posts with one loop iteration
- post__in – Placing content from a foreach loop inside of an array
- Post Loop not Returning Permalink
- How to Loop within a Loop (Display Children and then Grandchildren)
- Exclude first 2 posts with meta_key from loop
- Better way to display posts from specific categories, in a grid layout
- popular post weekly and monthly
- 3 Posts in Loop, Show Stickies First
- Query last updated posts (posts updated in the last 24 hours)
- Displaying terms based on loop posts?
- Duplicated posts on category page
- Make blog page show 10 on first page, 9 on every other page
- How to display posts by vote count and if no value continue with latest posts with no votes?
- query_posts() vs get_posts() multiple loops [duplicate]
- Problem with displaying HTML content after in_array [closed]
- Exclude first post (sticky or not) from the loop using query_posts()
- How to order by multiple fields using standard query_posts?
- Pagination not working in category listing [duplicate]
- How can I improve the performance of this query_posts loop?
- Include current post into loop
- Array ids post to function have_post
- Can’t access PHP array inside script localization from javascript
- Output meta into arrays
- Trying to get property of non-object in shortocde
- Adding div after every two post on main loop! Why will first post not get counted?
- How to create a multidimensional array with multiple loops
- How to get user ID’s from multiple usernames?
- Separate First Post Loop
- Loop through an array inside a class using foreach [closed]
- Query posts only with actual text content (not including shortcode or images)
- query_posts clarification needed
- CPT while loop not working
- display post tags on single.php inside loop
- Exclude posts based on an array
- Exclude current post ID from loop in sidepbar.php
- Add 2 values to post__not_in
- Why does my WP_Query pagination on a custom page.php only loads the homepage?
- Get a Post Loop based on Logged in User information into a Shortcode
- how to add 4 post in one carousel slide
- Query posts and display all dates in repeater field in chronological order
- Can’t print out returned value
- Query counting excluded category on paged loop
- get_posts and wp_autop (remove filter)
- query_posts ignores the argument
- The Loop isn’t working
- Twitter bootstrap carousel multiple items in carousel
- show posts from one category with comments only
- Least Number of Loops to Create Custom Homepage?
- WordPress loop: Display if posts exist
- How can I access ‘key’ and ‘value’ from an array in a for loop?
- How to do query_posts on tags pages
- Limitless amount of posts in custom archive page
- How to get files from loop for zip
- Inside nested wordpress loop (post & post-type) ” in_array()” function can’t retrieve the matching value
- How to fix pagination for custom loops?
- Jquery Slider for profile template
- Counting the posts of a custom WordPress loop (WP_Query)?
- if ( is_home() && ! is_front_page() )
- Get excerpt using get_the_excerpt outside a loop
- How to display Yoast SEO meta description in archive template for each post instead of the_excerpt()? [closed]
- How do I exclude a custom taxonomy from the post loop
- Get post content from outside the loop
- Why should I put if(have_posts()), is while(have_posts()) not enough?
- Display featured products through custom loop in woocommerce on template page
- Split Content and Gallery
- Some doubts about how the main query and the custom query works in this custom theme?
- How to get Author ID outside the loop
- How to get posts published between a date and today?
- How can i display the content in plaintext
- Redirect loop when trying to login to /wp-admin/ [duplicate]
- How to split a loop into multiple columns
- Is it necessary to reset the query after using get_posts()?
- Is there any difference between the_title() and echo get_the_title()?
- AJAX with loop filtering categories
- WP_Query vs get_posts
- Do I need to use The Loop on pages?
- Remove the Homepage Query
- remove tags from the_content
- the_title() shows title of the first post instead of the page title?
- How to force excerpts / teasers in the loop
- Retrieve each widget separately from a sidebar
- Order by & include array by specific post ids
- Why am I being limited to ten posts on a custom loop?
- Should I use loop in the single.php file?
- A search for ‘0’ returns results
- How to return results of a get_posts() in explicitly defined order
- Why do themes rely on “The Loop”?
- Display all posts from specific categories on a page
- How to return loop contents
- Using the Loop to show all levels of subpages under a parent page? Halfway there
- Cleanest Way to Select Every Second Element in a Loop?
- Order posts by ID in the given order
- Insert image or ad script after 3 posts using the loop
- Too slow when using both ‘tax_query’ and ‘meta_query’ both in WP_Query
- Get date of last update outside of loop
- Pagination not working on home page
- Child Pages Loop