Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前从 Yoast 中提取面包屑,<?php yoast_breadcrumb('<p>','</p>'); ?>但它只拉入当前页面及其父页面。
<?php yoast_breadcrumb('<p>','</p>'); ?>
有什么办法可以将整个路线拉到主页?
我检查了设置,什么都没有!如果有帮助,所有插件和 WP 都是最新的。