Customizing WordPress – adding breadcrumb
Add a breadcrumb trail to a WordPress site? Sounds like it was a matter of switching one option. Not in WordPress!
What I realized, adding a breadcrumb required four actions:
- Install a breadcrumb plugin.
- Create a child theme if you use a stock theme.
- Edit theme file to display the breadcrumb in a correct position.
- Edit theme file to style the theme.