Support

Account

Forum Replies Created

  • Dear all,

    I’m currently having the same situation.

    Options does not show up on category.php
    But it did show up in index.php

    Any solution please? I followed exactly the example give but no avail.

    
                <?php 
    			if( have_rows('client_logo', 'option') ): 
    			?>
                    <?php while( have_rows('client_logo', 'option') ): the_row(); ?>
                		<img src="<?php the_sub_field('client_logo_image'); ?>" />
                    <?php endwhile; ?>
                <?php endif; ?>
    
Viewing 1 post (of 1 total)