Was time for a review of Header and Footer, the plugin many of you use to inject codes in the head, footer and middle of the posts and pages. The most common injections are: Google Analytics, specially with customizations Facebook Pixel AdSense Verification metatags The new version removes the Open Graph minimal support since that […]
Tag: header footer
This new fabulous feature of Header and Footer has been requested few times and I introduced it for a my personal need on a big blog I manage. How does it work? Rather simple: a generic block of code (in my case a snippet of JavaScript) had to be included just before the first <h2> […]
Header and Footer 2.0.0
This is a really important Header and Footer release since you will find a new interface, CodeMirror with syntax highlight, better mobile codes management. Hopefully without too many bugs even if it is a major release. The most important new feature is the injection in the middle of the post, or better an engine that […]
Header and Footer Version 1.6.7

This new version of Header and Footer has an interesting new option: the ability to add any code you need just after the <body> tag. This point of injection is not supported by themes, usually, so buffering is needed to inject in that precise page section. This lower a little bit the site performances, but […]
All WordPress themes use JavaScript to create sliders and other nice features. Even plugins add JavaScript to blog pages, for example Akismet adds a little piece of code, bbPress adds code for the editor. The standard WordPress themes add a script to manage the comment replies. All that scripts must be downloaded and most of […]
If you have a server with installed pagespeed module, you should disable the compression feature of Hyper Cache (and of any other caching plugin!). While it saves a lot of processing time, since the compressed page is stored in cache and served directly, that blocks few of pagespeed optimization like the CSS combine filter. Page […]
Header and Footer Version 1.5.9
This new version of Header and Footer contains a new feature: the ability to enable tags and categories on WordPress pages. When a blog has many pages it can be useful to tag them so specific injection of ads can be targeted more easily. For example in a blog that I manage, on top of […]
Header and Footer Plugin 1.3.9
Yesterday I released Header and Footer plugin version 1.3.9. I added a couple of SEO (Search Engine Optimization) options which was missing on my installed SEO plugin. They say to Google to not index some post-list pages. The new version should be available on your blog plugin panel. Doing the release steps, I toke a […]
Some days ago I was asked from a WordPress blog owner how he could hide a post content placing a warning stating the content was not suitable for minors or sensible people, and displaying it only on a voluntary click on a link on the warning message. Generally he asked if it was possible to […]
On version 1.3.7 released today there is a new important options on Header and Footer plugin dedicated to coders who need to add small function to blogs without modify the used theme. This options is a piece of PHP code that can be added on Header and Footer configuration and that will be executed on […]