Easy add site-wide, category and article specific custom code before the closing </head> and </body>, or after opening <body> tag.
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:
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)
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.
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.
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.
</head>
)<body>
) – Requires WordPress 5.2!</body>
)</head>
)<body>
) – Requires WordPress 5.2!</body>
)</head>
and </body>
and closer to <body>
, higher number means closer to </head>
and </body>
and farther to <body>
)wp-config.php
to true
, you’ll see site-wide and article specific entries in page source code wrapped to comments.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.
Installation of the Head & Footer Code is easy as any other WordPress plugin.
head footer code
to the Search plugins… field and wait for the moment./wp-content/plugins/
directory on your server.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
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.
Settings
link on plugins listing to 1st position