This topic has 9 replies, 2 voices, and was last updated 9 years ago ago by Eva Kemp
Hello, thank you in advance for helping me out on this! I am soo thankful for how good you guys are at support!
Okay, on my products page, the breadcrumbs are to long. What I would like to do is just delete the last breadcrumb. For example, if you click on this link and view this product page.. https://lanyardschangelives.com/product/2137-6001/
Home/Lanyards/Ribbed Polyester Lanyards/100 3/8″ (10 mm) Breakaway Lanyard with Nickel-Plated Steel Bulldog Clip
100 3/8″ (10 MM) BREAKAWAY LANYARD WITH NICKEL-PLATED STEEL BULLDOG CLIP
It says what product page you are on twice, I would like to see if its possible to completely remove that last breadcrumb on all of the single product pages?
Is that possible? If not, what other options do I have?
Thanks again,
Akela Richardson
Hello,
You need edit the file wp-content/themes/woopress/woocommerce/global/breadcrumb.php and replace the code <?php echo esc_html( $crumb[0] ); ?>
in line 39 with this code <?php echo esc_html( '' ); ?>
.
Regards,
Eva Kemp.
Thank you Eva for getting back to me so quickly. My next question is a little bit dumb probably. I have NOO idea how to get to that file? lol
login and pw’s if you need them
Hello,
You need connect to your server via FTP (use some FTP client, for example FileZilla https://filezilla-project.org/download.php?type=client ), then enter the directory wp-content/themes/woopress/woocommerce/global, you’ll see the file breadcrumb.php.
If you have difficulties provide us with FTP credentials (ask your hosting provider if you don’t know where to find them).
Regards,
Eva Kemp.
Is this not what you are talking about?
Hello,
No, this is access to your database, but you need FTP account.
Ask your hosting provider how to access site files via FTP.
They should give you an instruction.
Regards,
Eva Kemp.
okay, sorry I’ve got it now!
Hello,
I’ve edited the file wp-content/themes/woopress/woocommerce/global/breadcrumb.php.
Please check product pages now.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up