显示 651-663 个结果(共 663 个结果)
VIEW
- 2
- 3
- 4
"ListItem", "position" => 1, "name" => "首页", "item" => "https://yiyueanmo.com/") ); $categories = get_the_category(); if ( ! empty( $categories ) ) { $breadcrumbs[] = array("@type" => "ListItem", "position" => 2, "name" => $categories[0]->name, "item" => get_category_link( $categories[0]->term_id )); $breadcrumbs[] = array("@type" => "ListItem", "position" => 3, "name" => get_the_title(), "item" => get_permalink()); } else { $breadcrumbs[] = array("@type" => "ListItem", "position" => 2, "name" => get_the_title(), "item" => get_permalink()); } $schema = array("@context" => "https://schema.org", "@type" => "BreadcrumbList", "itemListElement" => $breadcrumbs); echo '' . " "; } ?>
Skip to content