Do you want to re-position the breadcrumbs in your Genesis Theme by using the only simple code? Then you came at the right place.
We have posted the few lines of PHP code that is the add_action and remove_action of WordPress inbuilt functions. With only these functions you can place your Breadcrumbs anywhere you want.
Read Also: How to Modify the Breadcrumbs Display
Let’s take a look to the codes and how to use it.
Reposition The Breadcrumbs
Below we have posted the code snippets for repostion the breadcrumbs in your Genesis Theme. You just need to use the below code into your theme.
Copy the below shown code and paste it into your child theme’s functions.php then save and exits (Below code we positioned the breadcrumbs after the header).
If you want to change the position then only change the hook add_action( ‘genesis_after_header‘, ‘genesis_do_breadcrumbs’ ) and replace at the place where we bold the code.
Hope you understand this guide and change the position where you want. If you guys have any questions let us know in comment section.
And also don’t forget to share this article.
Happy coding. 😉