I bought a wordpress theme from themeforest, it's called Quezal, and I have managed to build the website in the last few months. But now I'm having trouble implementing the breadcrumb. I googled a lot and found out I have to add some PHP code into the header template, but I don't know PHP at all.
Can anyone tell me how to do it right? My website is http://www.skyhallfence.com/
Thank you guys.
How can I add breadcrumb to my Wordpress theme?
Moderator: General Moderators
Re: How can I add breadcrumb to my Wordpress theme?
get_post_ancestors will get you an array of posts, which you can then iterate over to build up the crumb trail.