Title: Multple Format
Last modified: August 30, 2016

---

# Multple Format

 *  Resolved [jc.a](https://wordpress.org/support/users/jca-1/)
 * (@jca-1)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/multple-format/)
 * Is there a way to have two or more post format for each repeater?
 * when i add a new post that has a video format, it doesnt show because the repeater
   only shows standard format posts or any assigned to it.
 * [https://wordpress.org/plugins/ajax-load-more/](https://wordpress.org/plugins/ajax-load-more/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/multple-format/#post-6231241)
 * The easiest way to use the Custom Repeaters add-on.
    [http://connekthq.com/plugins/ajax-load-more/custom-repeaters/](http://connekthq.com/plugins/ajax-load-more/custom-repeaters/)
 *  Thread Starter [jc.a](https://wordpress.org/support/users/jca-1/)
 * (@jca-1)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/multple-format/#post-6231315)
 * Hi thank you sir for the plugin its really helpful!
 * if I use another template for another blog format, it will also have another 
   load more button right? I would really prefer to have different blog formats 
   mixed within one repeater so that i wont need to have two buttons and basically
   not another section for another blog format.
 * hmmm i think i might try as well configuring the plugin, but i dont really have
   the time right now, i’ll try on my spare time.
 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/multple-format/#post-6231343)
 * Something like this then.
 *     ```
       <div>
       if ( 'video' == get_post_format() ) {
           echo "video format"
       }
       if ( 'standard' == get_post_format() ) {
           echo "regular post"
       }
       </div>
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Multple Format’ is closed to new replies.

 * ![](https://ps.w.org/ajax-load-more/assets/icon-256x256.png?rev=2944639)
 * [Ajax Load More – Infinite Scroll, Load More, & Lazy Load](https://wordpress.org/plugins/ajax-load-more/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ajax-load-more/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ajax-load-more/)
 * [Active Topics](https://wordpress.org/support/plugin/ajax-load-more/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajax-load-more/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajax-load-more/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/multple-format/#post-6231343)
 * Status: resolved