[WordPress] 外掛分享: Aura Header Footer for Elementor

首頁外掛目錄 › Aura Header Footer for Elementor
WordPress 外掛 Aura Header Footer for Elementor 的封面圖片
全新外掛
安裝啟用
尚無評分
6 天前
最後更新
問題解決
WordPress 6.0+ PHP 7.4+ v1.0.1 上架:2026-05-18

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Aura Header Footer for Elementor」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Aura Header Footer for Elementor lets you design custom headers and footers with Elementor’s full drag-and-drop editor, then control exactly where they appear using flexible display conditions.
How It Works

Go to Aura HFE → Header Templates or Footer Templates.
Click Add New Header Template — a clean modal popup appears.
Set the template name, display condition, include/exclude pages, and sticky options.
Click Create — you land directly in the Elementor editor.
Design your template, publish, and it’s live.

Key Features

Modal creation flow — configure everything before opening Elementor.
Separate Header & Footer pages — clean dedicated admin pages for each type.
Display Conditions — Entire Site, Front Page, Blog, Archives, Search, 404, All Singular, or Specific Pages.
Page Exclusions — hide a template on selected pages regardless of include rule.
Sticky Header — make any header sticky on scroll with optional slide animation.
Inline Active Toggle — enable/disable templates without leaving the list.
AJAX Delete — remove templates without a page reload.
Performance First — one DB query per template type per page, per-request memory cache, assets only loaded when a template is active on the current page.

Theme Integration
Place these hooks in your theme to output templates:
— in `header.php`
— in `footer.php`

For Developers
Action hooks: aura_hfe_loaded, aura_hfe_activated, aura_hfe_deactivated, aura_hfe_meta_saved, aura_hfe_template_created
Filter hooks: aura_hfe_header_hook, aura_hfe_footer_hook, aura_hfe_resolved_template, aura_hfe_template_matches, aura_hfe_include_rule_options, aura_hfe_evaluate_include_rule, aura_hfe_sticky_offset, aura_hfe_render_post_id, aura_hfe_cpt_args, aura_hfe_active_templates_query
Add a custom display condition:
add_filter( 'aura_hfe_include_rule_options', function( $opts ) {
$opts['woo_shop'] = __( 'WooCommerce Shop', 'your-domain' );
return $opts;
} );

add_filter( 'aura_hfe_evaluate_include_rule', function( $result, $rule, $pages ) {
if ( 'woo_shop' === $rule ) {
return function_exists( 'is_shop' ) && is_shop();
}
return $result;
}, 10, 3 );

延伸相關外掛

文章
Filter
Apply Filters
Mastodon