症例|'.get_bloginfo('name').'|'.get_bloginfo('description').''; ?>

'.get_bloginfo('name').''; ?>

ID; $title = get_the_title($id); echo '
'; echo '

'.$title.'

'; if( have_rows('flex') ): while ( have_rows('flex') ) : the_row(); if( get_row_layout() == 'images_layout' ): if( have_rows('image_repeater') ): echo '
    '; while ( have_rows('image_repeater') ) : the_row(); $image = get_sub_field('image'); $caption = get_sub_field('caption'); echo '
  • '; echo ''; echo '

    '.$caption.'

    '; echo '
  • '; endwhile; echo '
'; endif; elseif( get_row_layout() == 'index_layout' ): $index = get_sub_field('index'); echo '

'.$index.'

'; elseif( get_row_layout() == 'text_layout' ): $text = get_sub_field('text'); echo '

'.$text.'

'; endif; endwhile; endif; echo '
'; endwhile; else: endif; wp_reset_query(); ?>