Discover, trust, install: FAIR 1.0 is here

Head & Footer Code
Version: 1.4.5
Description
Head & Footer Code plugin helps you add custom code snippets (JavaScript, CSS, or HTML) to the page even if you are not a programmer. It could be within the <head>
(site verification code for various services, custom styles, meta or Webfont link), right after opening <body>
(pixel tracking, analytics or heatmap code) or just before closing </body>
tag.
Go to Tools → Head & Footer Code in WordPress Dashboard. Insert custom code to HEAD, BODY or FOOTER section (depending on what you have to do).
All magic is done by hooking to WordPress hooks wp_head
, wp_footer
and wp_body_open
.
💡 Trial Head & Footer Code plugin on a free dummy website before you add it on your project: Test It Now!
Various code snippets are supported, including but not limited to:
- Google Analytics 4
- Google Tag Manager
- Google Ads Conversion
- Lite Analytics
- Facebook/Meta Pixel
- Hotjar
- FullStory
- Google site verification
- Bing site verification
- Yandex site verification
- Alexa site verification
Homepage in Blog Posts mode
If your WordPress shows the latest blog posts on the homepage, you can also add specific code only for the homepage on Tools → Head & Footer Code (there will be section Head, body and footer code on Homepage in Blog Posts mode)
Article specific code
To insert custom code specific for individual article (post, page or custom post type), use article-specific Metabox while editing post/page/custom post type (check out Screenshots). There choose if that specific code appends to site-wide code defined on Tools → Head & Footer Code, or to replace it.
Category specific code
You can also define a Category specific code on each individual category.
Other taxonomies (tag and custom taxonomy) do not have available their specific code, but for them a Global code is used instead.
Video guide
Do you need our support?
If Head & Footer Code does not work on your project, please let us know by raising a new support ticket in the Community Forum and describe what does not works and how to reproduce the issue. We will make sure to resolve the issue as soon as possible.
If you find Head & Footer Code useful for your project, please review plugin.
Features
- Multisite and PHP 8.3 compatible!
- Set site-wide custom content for:
- head page section (before the
</head>
) - body section (after the
<body>
) – Requires WordPress 5.2! - footer page section (before the
</body>
)
- head page section (before the
- Homepage in Blog Posts mode:
- set homepage specific custom code for head, body and/or footer
- toggle homepage specific custom code on paged Homepage (page 2, 3, a nd so on)
- Set article specific custom code for:
- head page section (before the
</head>
) - body section (after the
<body>
) – Requires WordPress 5.2! - footer page section (before the
</body>
)
- head page section (before the
- Set category specific custom code for head, body and/or footer of the page
- Choose priority of printed custom code to head/body/footer sections (lower number mean far from
</head>
and</body>
and closer to<body>
, higher number means closer to</head>
and</body>
and farther to<body>
) - Choose which post types will have enabled article specific head/body/footer fields
- Choose should article specific head/body/footer code be appended to site-wide code, or will replace site-wide code
- View on Posts/Pages/Custom Post Types listing if article has defined any article specific custom code
- Site-wide section is located under Tools > Head & Footer Code
- If you have set WP_DEBUG constant in
wp-config.php
totrue
, you’ll see site-wide and article specific entries in page source code wrapped to comments. - [NEW] allow unprivileged user roles Editor and Author to manage article-specific code on single site and multisite (disabled by default)
Data stored in database
General settings (HEAD, BODY, FOOTER global code and priority, Homepage code and behaviour) saves in WordPress option auhfc_settings
.
Each post/page/custom post type specific HEAD, BODY and FOOTER code and behaviour saves to post meta _auhfc
.
Each category specific HEAD, BODY and FOOTER code and behaviour saves to taxonomy meta _auhfc
.
During the Uninstall process all these data has been deleted from the database.
In case you wish to reinstall plugin, DO NOT UNINSTALL IT although Deactivate, then delete the directory /wp-content/plugins-head-footer-code
and then reinstall plugin.
Permissions on Multisite WordPress
- Access to Global: only Super Admin and Administrator
- Access to Article specific: Super Admin, Administrator; optional: Editor and Author
- Access to Category specific: only Super Admin and Administrator
Installation
Installation of the Head & Footer Code is easy as any other WordPress plugin.
Standard procedure
- In WordPress Dashboard go to Plugins → Add New.
- Enter
head footer code
to the Search plugins… field and wait for the moment. - Locate Head & Footer Code and click the Install Now button.
- After successful installation, click the Activate button.
- Click Settings link for Head & Footer Code or visit the Tools → Head & Footer Code.
- Add the desired code to the target section.
FTP procedure
- Click on the Download button to get Head & Footer Code installation package.
- Unpack archive head-footer-code.zip on local computer.
- Upload the entire directory head-footer-code to the
/wp-content/plugins/
directory on your server. - In WordPress Dashboard go to Plugins → Installed Plugins and click the link Activate for the Head & Footer Code plugin.
- Click Settings link for Head & Footer Code or visit the Tools → Head & Footer Code.
- Add the desired code to the target section.
Screenshots
Head & Footer Code box in Plugin search results
Plugin Settings page (Site-wide, Homepage and Article Post Types)
Article specific metabox
Example of custom code inserted to HEAD section (site-wide with appended article specific)
Example of custom code inserted to BODY and FOOTER sections (site-wide with appended article specific)
Category specific metabox
Example of custom code inserted to HEAD section (site-wide with appended category specific)
Example of custom code inserted to BODY and FOOTER section (site-wide with appended category specific)
Example of Head & Footer Code column on Pages listing, to identify which pages have set custom code, which one and what mode is selected
Faq
It’s not a bug, it’s a security measure by WordPress Core.
If you wish to remove hinting errors for Administrator role, make sure you allow unfiltered_html
capability for that role (Google is your friend).
As it’s a security risk, the Head & Footer Code does not process PHP code if entered into any plugin field (global or article specific).
Any content added to HFC fields is printed on the front-end as is.
This feature is implemented since WordPress version 5.2 and requires theme compatibility.
To make sure if theme you use supports wp_body_open hook, open in code editor header.php
file from theme you use, and check if right after opening <BODY>
tag there is following code (if it does not exists, add it or ask some developer to do that for you):
if ( function_exists( 'wp_body_open' ) ) {
wp_body_open();
}
Please report security bugs found in the source code of the Head & Footer Code plugin through the Patchstack Vulnerability Disclosure Program. The Patchstack team will assist you with verification, CVE assignment, and notify the developers of this plugin.
Reviews
Quick turn-around on bug report
By alangrah on May 31, 2025
Have used this plug-in reliably for years. Found a bug in the most recent version, reported it, and had it fixed within a few hours. Love that!
Thank you, you deserve 10 stars.
By tamertsl on April 24, 2025
Thank you, you deserve 10 stars.
Simplicity at its Finest
By Ryn (scribbleryn) on April 20, 2025
I've been using this plugin for around two to three years now across three different sites I use to run my creative projects as a small-time writer. Of these sites, one is a writing and blogging page, and the other serves as a short link for social media sharing. I rely on being able to build accurate rich previews using meta tags, so when I share on social media, the correct information is supplied.
This plugin allows me to edit the header codes for each page and post directly by a simple custom box at the bottom of each editing page. Simple to use and set up with the settings provided, I can fine-tune each rich preview and schema document to the specifics for each new piece I create to help drive traffic to my site and improve my SEO (which I prefer to manage on my own terms).
I’ve relied on this plugin for so long that nothing else can replace it. It’s simple, tidy, and non-intrusive, which are highlights of this plugin. The user interface aligns with the WordPress back-end theme, is clear and easy to understand, and offers seamless integration with my workflow. In the instances where I’ve had to reach out for support, I’ve had a great experience working with the plugin author to resolve any issues that have occurred, which is a credit to their work and development.
Overall, if you need a straightforward, does-what-it-says-on-the-tin plugin to allow for customization of your header/footer coding for individual pages and posts (as well as globally to your site, if you need to add in Google Analytics or other coding to your site/project in general), this plugin is highly recommended.
Thank you for your continued development of this plugin, and for the work that you do!
Super-reliable plugin and great support!
By Kakemphaton (johanneseva) on April 13, 2025
I have been using this plugin over many years, and it is absolutely great! 🙂
I once signaled a bug to the developer, and it was fixed within an hour! Thank you!
Thank you
By vgstudios on November 18, 2024
Thank you for your great plugin. Also for handling the forum topic and fixing a small problem with new WordPress 6.7 version.
Reliable plugin, great development, and fantastic support.
By a11c on May 19, 2024
3 years ago I asked the plugin developer Aleksandar to consider a feature to allow shortcode usage in the head. He not only implemented the feature, it was added way faster than anyone could ever expect 👍 and provided guidance to avoid potential issues. Thank you very much for this support and addition. Also, I'm extremely sorry for not replying to the support thread and not being able to provide testing for the feature.
Head and Footer Code Is A Time Saver
By hbna on February 5, 2024
Just wanted to let you know that Head & Footer Code Plugin works great. Its nice to have that available to add custom css styling to an individual page rather than going to the main style sheet. Makes it easier to find something specific applicable to a page rather than looking through a large style sheet. Nice work!
The best code append code plugin!
By cXD4931 (xbor17) on December 10, 2023
Works like a charm. I use it to insert structured data on pages posts and customs posts. Thanks for that plugin Aleksander!
[Correction] Serius Problem
By ciberninjas (Rosepac) on October 18, 2023
Apparently from the post that did not appear there was a strange space within the code. On the other pages it is found within the code, only the code disappears from the plugin drawer, I thought the code stayed written there. They can close as solved. Sorry for the inconvenience! :EITHER
-----
Quite a strange thing has happened, yesterday I posted the specific code to some of the blog posts adding some schema <script> code to them. I checked them with the Schema check and published them and the code was there; but today it is not there. For some reason it stopped loading; and other pages that put similar code on them, it simply disappeared. Could it have something to do with cache issues? Or I do not know? I'm sad, I thought it would work and I've been looking for something similar for a long time 🙁
Very Usefull Plugin
By vlavlamat on June 15, 2023
Thank you for this plugin! That's what I actually needed!
Changelog
1.4.5 (2025-06-13)
- Fix: Compatibility with Jetpack > Writing > Composing > Compose using shortcode to embed media from popular sites
- Fix: Automatic conversion of false to array is deprecated in update.php
- Test: WordPress 6.8.1, Twenty Twenty-Five 1.2, Jetpack 14.7
1.4.4 (2025-05-31)
- Fix: Relaxed filtering to allow preloadans security/privacy attributes.
1.4.3 (2025-04-30)
- Fix: Relaxed filtering to allow blocks with
<
,>
,=>
characters andtype="application/ld+json"
for structured data (rich snippets), following stricter sanitization introduced in 1.4.0.
1.4.2 (2025-04-20)
- Fix: meta tag broken by security introduced in 1.4.0
1.4.1 (2025-04-13)
- Fix: hreflang link broken by security introduced in 1.4.0
1.4.0 (2025-04-12)
- Test: WordPress 6.8-RC3, Twenty Twenty-Five 1.1, Twenty Twenty-Three 1.6, Astra 4.9.2 and PHP 8.3.17
- Test: WordPress 4.9.26, Twenty Seventeen 1.7 and PHP 5.5.38
- Unclutter Settings page
- Improve: Security
- Improve: Refactor and reorganise codebase
- auhfc_settings() -> Techwebux\Hfc\Main::settings()
- auhfc_is_homepage_blog_posts() -> Techwebux\Hfc\Common::is_homepage_blog_posts()
- auhfc_add_to_homepage_paged() -> Techwebux\Hfc\Common::add_to_homepage_paged()
- sanitize_html_classes() -> Techwebux\Hfc\Common::sanitize_html_classes()
- auhfc_allowed_code() -> Techwebux\Hfc\Common::allowed_html()
- auhfc_form_allowed_code() -> Techwebux\Hfc\Common::form_allowed_html()
- auhfc_html2code -> Techwebux\Hfc\Common::html2code()
- auhfc_get_meta() -> Techwebux\Hfc\Common::get_meta()
- auhfc_get_post_type() -> Techwebux\Hfc\Common::get_post_type()
- auhfc_print_sitewide() -> Techwebux\Hfc\Common::print_sitewide()
- auhfc_out() -> Techwebux\Hfc\Common::out()
- auhfc_head_note() -> Techwebux\Hfc\Settings::head_note()
- auhfc_body_note() -> Techwebux\Hfc\Settings::body_note()
1.3.7 (2024-11-18)
- Fix: Compatibility with WordPress 6.7
1.3.6 (2024-10-12)
- Improve: Optimize strings for easier translation
1.3.5 (2024-07-06)
- Tested: PHP 8.3.7 and WordPress 6.6 with Twenty Twenty-Four theme 1.1 (Single and Multisite)
- Change: Move the
Settings
link on plugins listing to 1st position
1.3.4 (2024-06-30)
- Tested: PHP 8.3.7 and WordPress 6.5.5 with Twenty Twenty-Four theme 1.1 (Single and Multisite)
- Change: PHP version lowered to 5.5
- Fix: Activation on deprecated PHP or WordPress
1.3.3 (2023-07-21)
- Tested: PHP 8.2.8 and WordPress 6.3-RC1 with Twenty Twenty-Three theme (Single and Multisite)
1.3.2 (2023-06-02)
- Tested: on PHP 8.2.6 and WordPress 6.2.2 with Twenty Twenty-Three theme (Single and Multisite)
- Fixed: Deprecated and Warning notices in update.php on PHP 8.2.6
- Improve: Multisite support CodeMirror on Article and Category
1.3.1 (2023-03-18)
- Tested: on PHP 8.1.14/8.2.1 and WordPress 6.2-RC2 with Twenty Twenty-Three theme (Single and Multisite)
- Add: support do not add homepage in Blog Post related code on paged pages (2, 3, and so on)
- Add: CodeEditor on textareas in article Meta boxes
- Fix: Fatal error due to relocated plugin update file
- Cleanup: Remove donate button from settings page
- Improve: Security.
- Improve: Coding Standard.
1.3.0 (2022-05-08)
- Tested: on PHP 8.1.5 and WordPress 6.0-RC1 with Twenty Twenty-Two theme (Single and Multisite)
- Add: Support for Categotry specific code.
- Improve: Coding Standard.
- Improve: Important notes on settings page.
- Improve: README converted to MarkDown.
- Improve: Remove PayPal logo and load minified admin stylesheet.