Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Add page parent to results › Reply To: Add page parent to results
July 27, 2018 at 11:51 am
#18794
Keymaster
Hi Dirk,
I believe the easiest solution would be to use a custom code to get the parent post title, then add it to the child post.
Add this custom code to the functions.php in your theme/child theme directory (copy from line 3 only!). Before editing, please make sure to have a full site back-up just in case!
This will add the parent page title before the child title in Parent > Child format.