matwp
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] widget doesn’t display in sidebarOk problem solved, I just replace the request AND by OR. thank you.
ok I solved the problem. In the blog page, go to “Yoast SEO/advanced settings/title for breadcrumbs”. I don’t know why, but “false” was written there. I don’t understand why this word was written by itself here. I would like to have an explanation to understand.
In <script type=”application/ld+json” class=”yoast-schema-graph”> there is a problem : “,”url”:”http://…”,”name”:”false”}”. So in the json, blog page name is “false”. Where an I change that ?
1. No I include the code inside a template part file wich is a header, present in all pages. It works evrywhere but not on blog pages. But it works with custom post types. So it works with archive and single pages.
2. if I put the code insde header.php breadcrumbs doesn’t display.
3, 4, 5. Yes, I’m using WordPress 5.6.2 and all my plugins are up to date.
I put the code in “template parts/header/site-header.php” just before </header>
I change to Twenty Twenty-One theme but it still the same: “Accueil / false”
the code is in a template part call in all pages, archive pages and single pages
Yes, it’s correctly implemented:
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
}
?>It’s a custom made template test. But it works for custom post types and all kind of pages except for blog…
You can see it here:
https://zupimages.net/up/21/08/8yhn.png
https://zupimages.net/up/21/08/kwrn.pngYou can see the problem here: efc50ee79117.ngrok.io
Sorry i’m working in local.I don’t receive test emails…