Move Breadcrumbs Trail
// Set breadcrumbs position to "custom" to remove from theme's default location // NOTE: This can now be done in the Customizer as well. add_filter( 'wpex_breadcrumbs_position', function() { return 'custom'; } ); // Place breadcrumbs above your page/post content /…