add_filter('x_breadcrumbs_data', 'post_parent_trail', 9999999, 2); function post_parent_trail ($crumbs, $args) { if ( is_singular('post') ) { unset($crumbs[1]); } return $crumbs; } WordPress › Error

There has been a critical error on this website.

Learn more about troubleshooting WordPress.