Skip Navigation

[Resolved] Breadcrumb Strutcure for Custom Post Type

This support ticket is created 3 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 1 reply, has 2 voices.

Last updated by Minesh 3 years, 4 months ago.

Assisted by: Minesh.

Author
Posts
#2314123
Breadcrumb strutcure.jpg

Hi,
I have created a custom post type "Doctors" along with a custom taxonomy "Department" , a doctor will be assigned to a particular departmnent e.g orthopedics , Neurology e.t.c

On a single doctor's profile page , the breadcrumb should be:
Home > Doctors > Neurology > Doctor's Name

How can i set the above breadcumb structure ? Right now its displaying as:
Home > Doctor's Name

URL : hidden link

screnshot attached

#2314203

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Toolset do not control the breadcrumbs. Toolset will have only effect within the the_conent(body) area.

The breadcrumbs must be added by the theme you are using. To implement such custom feature is beyond the scope of our support policy. If you need custom programming for your project you are welcome to contact any of our certified partners:
- https://toolset.com/contractors/

You will have to write custom shortcode or custom code that should return the breadcrumbs as per your requirement. Please check the following links that may help you:
- hidden link
- hidden link
Or you can go with any specific plugin that does this job:
- https://wordpress.org/plugins/breadcrumb/
- https://wordpress.org/plugins/flexy-breadcrumb/
- hidden link