Just a question : I want to use get_category_parents() to display a breadcrumb on a category archive page, but with no link on the current displayed category (SEO purposes,...
I have used the following function for breadcrumbs on every site to date, but todays site has 3 custom post types and the client would like the breadcrumbs working,...
I have just created a post called dolphin with the category species, but it apperas like http://example.com/dolphin/ How can I set the species category appear in the URL..like http://example.com/especies/dolphin/...
I’m coding a breadcrumb and I want to return the CPT name in front of the first taxonomy term. My website’s structure is like the following: - CPT name...
I have a photo site, and I take care to crested a logical nested hierarchy of pages. e.g. for photos I just posted, I created the following pages: site.com/2013/...
I know we can manually edit the breadcrumb title for a page or post using Yoast SEO’s breadcrumb functionality. But with thousands of posts and pages on an existing...
I’m currently trying to figure out how to display a categories parent / grand parents name and url for a custom breadcrumb I’m working on. I simply need to...
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 7...
I’m trying to write a kind of “breadcrumb” function in my “functions.php” I’d like to query if I’m on a term-page and if so I want to print the...
I’m completely new to custom post types and custom taxonomies, so bear with me. I’m trying to create a breadcrumb navigation for the custom taxonomy project-category within the custom...