【发布时间】:2021-09-16 16:02:05
【问题描述】:
我正在尝试在模板部分中包含 Gutenberg 块 - 搜索小部件,因此我认为查看 wp_posts 表的 post_content 字段中的代码可能会有所帮助:
<!-- wp:search {"label":"","placeholder":"Search...","width":100,"widthUnit":"%","buttonText":"Search","buttonPosition":"button-inside","buttonUseIcon":true,"className":""} /-->
但是我真的不知道如何找到这个引用的代码或php文件。
如何使用它将 Gutenberg 块添加到模板部分site-nav.php 的 php 代码中,因此搜索框是主菜单的一部分?
【问题讨论】:
标签: wordpress-theming gutenberg-blocks