breadcrump before page-title

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6465
    istiti
    Member

    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

    #6468
    Raghavendra
    Moderator

    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
                }
    
    #6472
    istiti
    Member

    thank you, im thinking it works 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘breadcrump before page-title’ is closed to new replies.