Kindly take backup of file before making any change.
Pls add this to the file framework/functions/post-functions.php file at line number 500 for post snippet carousel shortcode(latest version released) –
if ($post_type == 'staff') {
$staff_title = get_post_meta(get_the_ID(), 'mo_staff_title', true);
if (!empty($staff_title)) {
$output .= '' . $staff_title . '
';
}
}
And if you want to change show post snippets shortcode you need to paste the above code at line no:832 .
Remember line number will change if you have already added the code for post snippet carousel shortcode at line no:500, then for show post snippets shortcode you have to add the code at line no:838.(While changing consider the line shifting)