Home / Forums / WoodMart support forum / Blog breadcrumbs structure for posts and categories
Home › Forums › WoodMart support forum › Blog breadcrumbs structure for posts and categories
Blog breadcrumbs structure for posts and categories
- This topic has 5 replies, 2 voices, and was last updated 5 months, 1 week ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
January 24, 2026 at 4:24 am #705879
granule.petshopParticipantHello,
I am using the default breadcrumbs provided by the WoodMart theme and I would like to adjust their structure for blog content so that it follows a more standard and user-friendly hierarchy.Single blog post:
Current breadcrumb:
Home / {category}Desired breadcrumb:
Home / Blog / {category} / Post titleThe current breadcrumb skips the Blog page and goes directly from Home to the category. I would like the Blog page to be included as part of the navigation path, and also the post title at the end.
⸻
Blog category page:
Current breadcrumb:
Home / Archive for category “ {category}”Desired breadcrumb:
Home / Blog / {category}Instead of the generic archive label, I would like the breadcrumb to show the category name and also include the Blog page between Home and the category.
⸻
Could you please advise if there is a recommended way within WoodMart (settings or theme structure) to achieve this behavior for both single posts and blog category pages?
Thank you in advance.
DejanJanuary 24, 2026 at 12:32 pm #705919Hello,
WoodMart does not have the option to modify the breadcrumbs, unfortunately. There are two kinds of breadcrumbs in our theme: one comes from the WooCommerce plugin and one from WoodMart. If you want to customize one of our theme’s one, you need to edit the file:
inc/template-tags.php.For the breadcrumbs changes, you can also try to use the Yoast SEO plugin and it’s breadcrumb option:
https://yoast.com/features/breadcrumbs/Best Regards,
January 24, 2026 at 3:48 pm #705929
granule.petshopParticipantHello,
Thank you for your previous clarification regarding blog breadcrumbs in WoodMart.
Since the Builder Breadcrumbs element does not currently expose hooks for adjusting the blog breadcrumb hierarchy, I implemented a small customization in the functions.php file of a child theme and would like to confirm whether this approach is technically acceptable or if there is a more supported alternative.
Because the forum does not allow posting code directly, I documented the full workaround here for reference:
https://github.com/granulepetshop/woodmart-blog-breadcrumbs-workaroundThe customization works as follows:
• It targets the nav.wd-breadcrumbs element rendered by the WoodMart Builder Breadcrumbs block after page load
• It inserts the Blog (Posts page) link immediately after Home on blog category and single post pages
• It appends the post title at the end on single blog posts
• It includes a simple guard to prevent duplicate insertion
• It does not modify any WoodMart template files and does not affect WooCommerce breadcrumbsMy questions are:
1. Is targeting the rendered Builder Breadcrumbs output in this way considered safe from a theme-update perspective?
2. Is there any internal hook, filter, or recommended template override for adjusting the breadcrumb hierarchy of the Builder Breadcrumbs element that is not publicly documented?
3. Would you consider this type of customization acceptable until an official option is available?Thank you for your time and guidance.
Best regards,
DejanJanuary 26, 2026 at 8:36 am #706025Hello,
Thank you for sharing your workaround
Your approach is fine to use since it doesn’t modify theme files, so it’s safe from an update perspective. Just keep in mind it relies on the current wd-breadcrumbs markup, so if the structure changes in future updates, the selector may need adjustment.
At the moment, WoodMart doesn’t provide hooks or filters to modify the Builder Breadcrumbs hierarchy for blog pages, so custom solutions like yours or using an SEO plugin (Yoast/RankMath) are the only options.
Best Regards,
January 27, 2026 at 4:22 am #706171
granule.petshopParticipantok, i’ll do it with this code, than. thank you
January 27, 2026 at 11:20 am #706221Hello,
You’re Most Welcome!
Feel free to write back anytime. If you need further assistance, we are always here to help you.
If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards. -
AuthorPosts
Tagged: blog, breadcrumbs, categories
The topic ‘Blog breadcrumbs structure for posts and categories’ is closed to new replies.
- You must be logged in to create new topics. Login / Register