页眉&页脚代码 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 → 页眉&页脚代码 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:
- 谷歌分析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 → 页眉&页脚代码 (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 → 页眉&页脚代码, or to replace it.
Category specific code
You can also define a Category specific code on each individual category.
其他分类法(标签和自定义分类法)没有可用的特定代码,但它们使用全局代码。
Video guide
Do you need our support?
If 页眉&页脚代码 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 页眉&页脚代码 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:
- 为头部、主体和/或底部设置针对首页的特定自定义代码
- 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 > 页眉&页脚代码
- 并未翻译:If you have set WP_DEBUG constant in
wp-config.phptotrue, you’ll see site-wide and article specific entries in page source code wrapped to comments. - [新]允许无特权的用户角色编辑和作者管理单个站点和多站点上的文章特定代码(默认禁用)
Data stored in database
常规设置(HEAD、BODY、FOOTER全局代码和优先级、主页代码和行为)保存在WordPress选项auhfc_settings中。
每个帖子/页面/自定义帖子类型特定的HEAD、BODY和FOOTER代码和行为都保存到帖子meta_auhfc中。
每个类别特定的HEAD、BODY和FOOTER代码和行为都保存到分类meta_auhfc中。
在卸载过程中,所有这些数据都已从数据库中删除。
如果你想重新安装插件,不要卸载它,尽管停用,然后删除目录/wp-content/plugins-head-footer-code,然后重新安装插件。
Permissions on Multisite WordPress
- Access to Global: only Super Admin and Administrator
- 访问权限特定文章:超级管理员、管理员;可选:编辑和作者
- Access to Category specific: only Super Admin and Administrator
