Forums
(@iana12)
12 years, 5 months ago
I was looking for the same thing and found that
wpcf_pr_post_get_belongs($post_id, $post_type)
returns the id of the parent where $post_id is the id of the child post and $post_type is the type of post the parent is
Copy over header.php into your child theme then remove all instances of <?php get_search_form(); ?>
<?php get_search_form(); ?>