Forums
(@jakecarvey)
7 years, 6 months ago
Confirmed. Same issue for us – Visual Editor broken in some areas.
14 years, 9 months ago
excellent – that did the trick.
I could have sworn I tried
$post_parent->post_name;
i can easily retireve the title – but that is nearly worthless:
function get_parentSlug() { global $post; $parentSlug = get_the_title($post->post_parent); return $parentSlug; }