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.
Forum: Plugins
In reply to: [Yoast SEO] Blog breadcrumbs display “false” instead of “blog”Forum: Plugins
In reply to: [Yoast SEO] Blog breadcrumbs display “false” instead of “blog”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.
Forum: Plugins
In reply to: [Yoast SEO] Blog breadcrumbs display “false” instead of “blog”In <script type=”application/ld+json” class=”yoast-schema-graph”> there is a problem : “,”url”:”https://…”,”name”:”false”}”. So in the json, blog page name is “false”. Where an I change that ?
Forum: Plugins
In reply to: [Yoast SEO] Blog breadcrumbs display “false” instead of “blog”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.
Forum: Plugins
In reply to: [Yoast SEO] Blog breadcrumbs display “false” instead of “blog”I put the code in “template parts/header/site-header.php” just before </header>
Forum: Plugins
In reply to: [Yoast SEO] Blog breadcrumbs display “false” instead of “blog”I change to Twenty Twenty-One theme but it still the same: “Accueil / false”
Forum: Plugins
In reply to: [Yoast SEO] Blog breadcrumbs display “false” instead of “blog”the code is in a template part call in all pages, archive pages and single pages
Forum: Plugins
In reply to: [Yoast SEO] Blog breadcrumbs display “false” instead of “blog”Yes, it’s correctly implemented:
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
}
?>Forum: Plugins
In reply to: [Yoast SEO] Blog breadcrumbs display “false” instead of “blog”It’s a custom made template test. But it works for custom post types and all kind of pages except for blog…
Forum: Plugins
In reply to: [Yoast SEO] Blog breadcrumbs display “false” instead of “blog”You can see it here:
https://zupimages.net/up/21/08/8yhn.png
https://zupimages.net/up/21/08/kwrn.pngForum: Plugins
In reply to: [Yoast SEO] Blog breadcrumbs display “false” instead of “blog”You can see the problem here: efc50ee79117.ngrok.io
Sorry i’m working in local.I don’t receive test emails…