Support

Account

Home Forums General Issues Repeat loop code

Helping

Repeat loop code

  • I set the code as below:

    
    <div class="leftBox heightLine">
    <!--main photo-->
    <div class="itemPhoto2 item1Box itemListBoxInner"><img alt="" />ID); ?>" />
    <ul class="otherThumb png markList">
    <!--variation1 photo-->
    <li><a>ID); ?>" name="" class="thumb" id=""><img alt="" />ID); ?>" src="<?php the_field('hover_photo1',$post->ID); ?>" /></a></li>
    <!--variation2 photo-->
    <li><a>ID); ?>" name="" class="thumb" id=""><img alt="" />ID); ?>" src="<?php the_field('hover_photo2',$post->ID); ?>" /></a></li>
    <!--variation3 photo-->
    <li><a>ID); ?>" name="" class="thumb" id=""><img alt="" />ID); ?>" src="<?php the_field('hover_photo3',$post->ID); ?>" /></a></li>
    </ul>
    </div>
    

    in this case how to set the repeat loop code?

  • Hi @matu

    Sorry, I don’t understand your question.

    Please be descriptive.

    Thanks
    E

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Repeat loop code’ is closed to new replies.