advance custon feilds
the_field('sub_heading');
$image = get_field('hero_image');
if( have_rows('todo') ):
while ( have_rows('todo') ) : the_row();
the_sub_field('item');
endwhile;
else :
endif;
advance custon feilds
the_field('sub_heading');
$image = get_field('hero_image');
if( have_rows('todo') ):
while ( have_rows('todo') ) : the_row();
the_sub_field('item');
endwhile;
else :
endif;
custom fields wordpress
/* Wordpress for custom field -------
create template file like home.php and add this code */
<?php echo get_field('name');?>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us