Display Custom field from the front page on another page in wordpress

<?php the_field($field_name, $post_id); ?>
Eg. <?php the_field('cta_btn_link',4);?>

Comments

Popular posts from this blog

How to set custom Post feature image as og:image ?

Remove GIT integration from VSCode