Support

Account

Home Forums Add-ons Options Page Option field value not loading on Archive page Reply To: Option field value not loading on Archive page

  • 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; ?>