Title: Header Footer Builder – Custom Header and Footer for WordPress
Author: Tazeen Ehsan
Published: <strong>جولای 27, 2025</strong>
Last modified: مارچ 23, 2026

---

جستجوی افزونه‌ها

![](https://ps.w.org/ultimate-header-footer/assets/banner-772X250.png?rev=3488604)

![](https://ps.w.org/ultimate-header-footer/assets/icon-256X256.png?rev=3488604)

# Header Footer Builder – Custom Header and Footer for WordPress

 توسط [Tazeen Ehsan](https://profiles.wordpress.org/tazeenehsan/)

[دانلود](https://downloads.wordpress.org/plugin/ultimate-header-footer.1.0.2.zip)

 * [جزئیات](https://fa-af.wordpress.org/plugins/ultimate-header-footer/#description)
 * [نقد و بررسی‌ها](https://fa-af.wordpress.org/plugins/ultimate-header-footer/#reviews)
 *  [نصب](https://fa-af.wordpress.org/plugins/ultimate-header-footer/#installation)
 * [توسعه](https://fa-af.wordpress.org/plugins/ultimate-header-footer/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/ultimate-header-footer/)

## توضیحات

**Header Footer Builder** is a lightweight yet powerful plugin that lets you design
fully custom headers and footers for your WordPress site — and precisely control
where each one appears using flexible display conditions.

Unlike other header footer plugins, every template comes with a built-in **include/
exclude rule system**. You can show a unique header on your homepage, a different
one on WooCommerce shop pages, and hide the footer entirely on landing pages — all
without writing a single line of code.

### Key Features

 * **Unlimited templates** — Create as many header and footer templates as you need.
 * **Display conditions** — Show or hide templates based on:
    - Entire site
    - Front page, blog index page
    - Specific pages or posts (search and select by name)
    - All posts, all pages, all custom post types
    - Category archives, tag archives, all archive pages
    - Author archive pages
    - Search results pages
    - 404 pages
    - WooCommerce shop, product, cart, checkout, my account pages
 * **Include & exclude rules** — Include a template sitewide and exclude it from
   specific pages, or vice versa.
 * **Priority-based matching** — More specific rules always win. A rule targeting
   a specific page beats a rule targeting all pages, which beats a sitewide rule.
 * **Works with any page builder** — Use the native WordPress block editor (Gutenberg),
   Elementor, or any other builder to design your templates.
 * **Theme compatibility** — Works with popular themes including Astra, GeneratePress,
   OceanWP, Kadence, Hello Elementor, and more.
 * **Zero bloat** — No external dependencies or heavy frameworks. Fast and standards-
   compliant.
 * **Developer friendly** — Clean OOP PHP, PSR-style autoloading, React-based admin
   UI, REST API-powered.

### How Display Conditions Work

 1. Create a header or footer template in the builder.
 2. Click **Conditions** next to any template.
 3. Add **Include Rules** to define where the template should appear.
 4. Add **Exclude Rules** to carve out exceptions.
 5. Save — the template is now live with smart targeting.

Rules are priority-scored: specific page/post targets score highest, followed by
post-type rules, then archive rules, then the sitewide catch-all. The highest-scoring
matching template wins.

### Perfect For

 * Landing pages that need no header or footer
 * WooCommerce stores with checkout-specific headers
 * Blogs with a different header for category archive pages
 * Membership sites with role-specific navigation
 * Multipage sites that need per-section branding

## نصب

 1. Upload the plugin files to the `/wp-content/plugins/ultimate-header-footer` directory,
    or install the plugin directly through the WordPress Plugins dashboard.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Navigate to **Header Footer** in your WordPress admin sidebar to start creating
    templates.
 4. Click **Add New** to create your first header or footer template.
 5. Once the template is designed, click **Conditions** to configure where it should
    appear.

## سوالات متداول

### Does this plugin work with Elementor?

Yes. You can use Elementor (or any page builder) to design the content of your header
and footer templates. The plugin handles the display logic.

### Does it work with the WordPress block editor (Gutenberg)?

Yes. Templates are standard WordPress custom posts, so Gutenberg works out of the
box.

### Can I create different headers for different pages?

Absolutely. Create multiple header templates and assign each one a different set
of display conditions. The plugin automatically picks the best-matching template
for each page load.

### What happens if two templates match the same page?

The plugin uses a priority scoring system. More specific rules win: a rule targeting
a specific page beats a rule targeting all pages, which beats a sitewide rule. If
two templates have equal priority, the most recently published one is used.

### Can I exclude a template from certain pages?

Yes. Each template supports both include and exclude rules. Exclude rules always
override include rules, so you can include a template sitewide and then exclude 
it from specific pages.

### Does it support WooCommerce pages?

Yes. You can target the WooCommerce shop page, single product pages, cart, checkout,
and my account pages using dedicated display condition rules.

### Will it slow down my site?

No. Template matching is done efficiently in PHP with a single database query per
page load. There are no external API calls or heavy scripts on the frontend.

### Which themes are supported?

The plugin is designed to work with themes that support custom header/footer regions.
Tested with Astra, GeneratePress, OceanWP, Kadence, and Hello Elementor.

### Can developers hook into the template selection logic?

Yes. The selection logic is fully OOP and hookable. See the source code for the 
ConditionsMatcher class.

### Is there multisite/network support?

The plugin works on individual WordPress sites. Multisite/network-wide configuration
is not yet supported.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“Header Footer Builder – Custom Header and Footer for WordPress” نرم افزار متن باز
است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Tazeen Ehsan ](https://profiles.wordpress.org/tazeenehsan/)

[ترجمه “Header Footer Builder – Custom Header and Footer for WordPress” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/ultimate-header-footer)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/ultimate-header-footer/),
را بررسی کنید [مخزن SVN](https://plugins.svn.wordpress.org/ultimate-header-footer/),
یا مشترک شوید [گزارش توسعه](https://plugins.trac.wordpress.org/log/ultimate-header-footer/)
توسط [RSS](https://plugins.trac.wordpress.org/log/ultimate-header-footer/?limit=100&mode=stop_on_copy&format=rss).

## گزارش تغییرات

#### 1.0.2

 * Added display conditions system with include/exclude rules
 * Priority-based template matching engine
 * Smart specifics search for pages, posts, categories, and tags
 * Conditions badge in dashboard showing rule counts
 * Improved dashboard UI with type badges and publish/unpublish controls
 * Fixed sanitization of condition rules in REST API

#### 1.0.1

 * Submission feedback fix

#### 1.0.0

 * Initial release
 * Basic header/footer template builder

## اطلاعات

 *  Version **1.0.2**
 *  Last updated **4 هفته پیش**
 *  Active installations **کمتر از 10**
 *  WordPress version ** 5.5 یا بالاتر **
 *  Tested up to **6.8.5**
 *  PHP version ** 7.4 یا بالاتر **
 *  Language
 * [English (US)](https://wordpress.org/plugins/ultimate-header-footer/)
 * Tags
 * [custom footer](https://fa-af.wordpress.org/plugins/tags/custom-footer/)[custom header](https://fa-af.wordpress.org/plugins/tags/custom-header/)
   [footer builder](https://fa-af.wordpress.org/plugins/tags/footer-builder/)[header builder](https://fa-af.wordpress.org/plugins/tags/header-builder/)
   [header footer](https://fa-af.wordpress.org/plugins/tags/header-footer/)
 *  [نمایش پیشرفته](https://fa-af.wordpress.org/plugins/ultimate-header-footer/advanced/)

## امتیازها

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/ultimate-header-footer/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ultimate-header-footer/reviews/)

## مشارکت کنندگان

 *   [ Tazeen Ehsan ](https://profiles.wordpress.org/tazeenehsan/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/ultimate-header-footer/)