Parent Page and Breadcrumb URL’s for Custom Post Types Not Working

Okay, I was overthinking this by a mile, because it didn’t occur to me that WordPress automatically generates archive pages for custom post types if you set “has archive” to “true” when you’re registering post types. What Wound Up Working I created customized archive-{slug}.php templates in my theme files for the “brands”, “careers”, and “news” … Read more

How to create a breadcrumb for pages?

There are a lot of plugins that offer a breadcrumb, but you can also create your own. To create a simple breadcrumb, you’ll need 2 functions. One to create a chain of categories, and one to generate the breadcrumb itself. Create a Chain of Categories This function will generate a list of clickable categories, for … Read more