Add Top Parent To Results
-
First, amazing plugin.
Second, would it be possible to add an option to display the top-most parent page of the search result (with a separator like pipe). I have found the code to get the top parent, but I do not know how/where to place it within the plugin.
Code for retrieving top-most parent:
$parents = get_post_ancestors( $post ); echo get_the_title( end($parents) );
Example:
Parent Page | Child Page One – SubjectThank you for any help and amazing work!
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Add Top Parent To Results’ is closed to new replies.