Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/knilkantha/wp-header-footer-code

Simple Plugin to add code on WordPress header and footer.
https://github.com/knilkantha/wp-header-footer-code

wordpress wordpress-development wordpress-plugin wordpress-site wordpress-theme wp wp-plugin

Last synced: 18 days ago
JSON representation

Simple Plugin to add code on WordPress header and footer.

Awesome Lists containing this project

README

        

# WP Header Footer Code
Simple plugin to add code on WordPress header and footer.

This is a very light plugin to adds code (analytics code, meta code, etc.) in the WordPress header and footer without directly modifying the theme header and footer.
This method ensures our added code in the WordPress header and footer even in WordPress theme change and updates without degrading any performance.

WP Header Footer Code plugin is intended only for those who have basic knowledge of PHP. As this plugin doesn't have any graphical component, we will need to edit the plugin file to add/update the header/footer code.

It can be your base for site specific plugin.