breadcrump before page-title Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › breadcrump before page-title Tagged: breadcrump This topic has 2 replies, 2 voices, and was last updated 9 years, 1 month ago by istiti. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts May 1, 2014 at 1:27 pm #6465 istitiMember Hello, I hope someone have solution, to avoid do something wrong and keep errors off I need someone tell me how can I put my breadcrumps juste before title page <h1> tag and not before content 🙂 thanks May 1, 2014 at 2:16 pm #6468 RaghavendraModerator In the file framework/extensions/framework-extender.php file at line number 59 to 61, try replacing with the following code – if ($show_breadcrumbs) { add_action("{$prefix}_after_header", 'mo_display_breadcrumbs', 15); // Display after the header } May 1, 2014 at 2:45 pm #6472 istitiMember thank you, im thinking it works 🙂 Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The topic ‘breadcrump before page-title’ is closed to new replies.