~/brickswiki $ grep -r "template" ./guides/
「template」
共 2 篇相关教程
tutorial
Bricks 全站浮动元素:Section 模板 + wp_footer 钩子
需要在全站每页都显示一个浮动元素(回到顶部、悬浮联系按钮等)?用 Section 类型模板 + position: fixed + wp_footer 钩子,一次搭建全站生效,这是 Bricks 社区公认的理想做法。
tutorial
Bricks 打造自定义 WooCommerce 账户中心(My Account Dashboard)
WooCommerce 自带的 Account Page 元素很受限。用 Bricks 的账户构建器从零搭一个左侧固定导航 + 右侧内容区的自定义账户中心,含导航覆盖、链接配色与端点模板完整步骤。