multiple section

The questions seem quite confusing but hope this helps you.

  • If you want to render the main title – use <?php get_the_title();
    ?>
    this help you render the post title.
  • For rendering the post link (permalink) – use <?php echo
    get_permalink($post->ID);?>
  • For rendering fiedls created through ACF use – <?php echo
    the_field('slug_of field');?>