All Stories

How to Integrate Breadcrumb Navigation without a plug-in
HOW TO There are plenty of WordPress extensions that generate breadcrumb navigation. But you can actually create custom breadcrumb navigation with only a handful of lines of code in the template, opening up greater control and, potentially, less overhead. This approach to breadcrumbs builds on the get_post_ancestors function. To start with, here is a basic implementation of breadcrumbs that only deals with …