Home › Forums › Gutenberg › No Display on Front End › Reply To: No Display on Front End
Maybe the path to landing_page.php is just wrong ?
render_template
(String) The path to a template file used to render the block HTML. This can either be a relative path to a file within the active theme or a full path to any file.
// Specifying a relative path within the active theme
'render_template' => 'template-parts/block/content-testimonial.php',
// Specifying an absolute path
'render_template' => plugin_dir_path( __FILE__ ) . 'template-parts/block/content-testimonial.php',
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.