Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    The easiest way to use the Custom Repeaters add-on.
    https://connekthq.com/plugins/ajax-load-more/custom-repeaters/

    Thread Starter jc.a

    (@jca-1)

    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

    (@dcooney)

    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.