0
votes

I've put the Breadcrumb NavXT breadcrumb plugin on my website and whatever page I go to, I get a duplicate of the homepage title. For example, when I got the FAQ page of the website, my homepage title is duplicated, but correctly it should display Homepage Title > FAQ, but instead it displays Homepage Title > Homepage Title.

enter image description here

enter image description here

This also happens on a custom post type I made named Products. When I go to a single product page, I still get Homepage Title > Homepage Title.

enter image description here

enter image description here

Anyone know what's wrong with the plugin? Thanks a lot!

2

2 Answers

0
votes

It was a problem with a custom post type script I had put in my functions.php which was to grab the telephone number of the company. It was conflicting with the slugs on the website.

Sorry about this guys. Thanks for taking the time to answer Ishtiaq appreciate it.