@fbgm– One of the benefits to Piklist being a code-based framework is that you can wrap your field code in standard PHP conditions. Use the standard WordPress function wp_get_post_parent_id().
$page_parent = wp_get_post_parent_id($post->ID);
if(!empty($page_parent)) :
your field code here
endif;
This website or its third-party tools use cookies, which are necessary to its functioning and required to achieve the purposes illustrated in the cookie policy. By closing this banner, scrolling this page, clicking a link or continuing to browse otherwise, you agree to the use of cookies. Find out more.