=== WP Personalize ===
Contributors: Ecalon IT LTD.
Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5GB537F64NUDE
Tags: personalize,custom,js,javascript,css,php
Requires at least: 3.0
Tested up to: 3.7.1
Stable tag: 1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
Personalize and customize your WordPress site theme and/or your plugins with your own CSS, JS (Javascript), HTML and PHP code fragments by editing the following "WP Personalize" plugin files in your favourite code editor / IDE:
= cssCode.css =
* **Location:** '*../wp-content/wp-personalize/cssCode.css*'
* **Usage:** This file is included in the header section (between '...'), and can include any custom CSS code.
= jsCode.css =
* **Location:** '*../wp-content/wp-personalize/jsCode.css*'
* **Usage:** This file is included in the header section (between '...'), and can include any custom JS / Javascript code.
= headCode.php =
* **Location:** '*../wp-content/wp-personalize/headCode.php*'
* **Usage:** This file is included in the beginning of the body section (after '...'), and can include any custom CSS, JS (Javascript), HTML and PHP.
= bodyCode.php =
* **Location:** '*../wp-content/wp-personalize/bodyCode.php*'
* **Usage:** This file is included in the middle of the body section (between '...'), and can include any custom CSS, JS (Javascript), HTML and PHP.
= footCode.php =
* **Location:** '*../wp-content/wp-personalize/footCode.php*'
* **Usage:** This file is included in the end of the body section (before '...'), and can include any custom CSS, JS (Javascript), HTML and PHP.
== Installation ==
1. Upload `wp-personalize` directory to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= Plugin doesn't work =
Please specify and provide as much information as you can to help us debug the problem.
Also please send us screenshots of any errors you are receiving.
== Screenshots ==
1. Custom Menu in Admin Panel
== Changelog ==
= 1.0 =
* First release.
== Upgrade Notice ==
= 0.1 =
* First release.