Support

Account

Home Forums General Issues What Type Of Field This Function Create On Of my Theme Had This function in Font

Unread

What Type Of Field This Function Create On Of my Theme Had This function in Font

  • if(have_rows(‘categories’)):

    while(have_rows(‘categories’)): the_row();

    set_query_var(‘my_var_name’, get_sub_field(‘select_category’));

    get_template_part(‘template-parts/content’,get_sub_field(‘select_template’));

    endwhile; endif;

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.