Skip to content

Commit ffa1995

Browse files
committed
Re-Branded and README.md typo fixed
1 parent a1b680f commit ffa1995

File tree

5 files changed

+23
-15
lines changed

5 files changed

+23
-15
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="ch.jpg?raw=true">
2+
<img src="codehaveli-squar-logo-1024.jpg?raw=true">
33
</p>
44

55

@@ -8,23 +8,26 @@
88

99
Ispired from [woocommerce/theme-customisations](https://github.com/woocommerce/theme-customisations)
1010

11-
Some code removed for easy to use
12-
Comment added
13-
Plugin URL and PATH defined for easy use
11+
### Improvements
1412

15-
== Installation ==
13+
* Plugin URL and PATH defined and reused in code.
14+
* Unnecessary code removed.
15+
* Proper Folder structure added.
1616

17-
1. Upload `ch-theme-customizer` to the `/wp-content/plugins/` directory
17+
18+
### Installation
19+
20+
1. Upload `wordpress-theme-customizer` to the `/wp-content/plugins/` directory
1821
2. Add your customizations to the plugin either locally or via Plugins > Editor in the Dashboard
1922
3. Activate the plugin through the 'Plugins' menu in WordPress
2023
4. Done!
2124

2225
== Usage ==
23-
1. Add your Css and js into `assets/js and assets/CSS`
26+
1. Add your Css and js into `assets/js and assets/css`
2427
2. Plugin will Automatically add it to Site source code
2528

2629
== Conclusion ==
2730

28-
Anyone can use and modify my code please, Please report issue if found
31+
Anyone can use and modify my code please, Please report issue if found.
2932

30-
Visit Here For More [Code Haveli](https://codehaveli.com)
33+
Visit Here For More [Codehaveli](https://wwwcodehaveli.com)

assets/css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*
2+
* @Author: Codehavel
3+
* @Date: 2020-09-03 21:03:58
4+
* @Last Modified by: Codehaveli
5+
* @Last Modified time: 2020-09-03 21:12:02
6+
*/

ch.jpg

-10.5 KB
Binary file not shown.

codehaveli-squar-logo-1024.jpg

64 KB
Loading

ch-theme-customizer.php renamed to wordpress-theme-customizer.php

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22
/*
3-
Plugin Name: CH Theme Customizer
4-
Plugin URI: https://codehaveli.com/
5-
Description: Theme Customizer for Custom function and Csss
3+
Plugin Name: Codehvaeli Theme Customizer
4+
Plugin URI: https://github.com/codehaveli/wordpress-theme-customizer
5+
Description: Theme Customizer for Custom function,css,js
66
Version: 1.0
7-
Author: Code Haveli
8-
Author URI: https://codehaveli.com/
7+
Author: Codehaveli
8+
Author URI: https://wwwcodehaveli.com/
99
License: GPL2
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111
Text Domain: ch-theme-customizer
@@ -18,7 +18,6 @@
1818

1919

2020
define( 'CH_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); // returns like /home/user/site/
21-
2221
define( 'CH_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); // returns like https://example.com/wp-content/yourplugin/
2322

2423

0 commit comments

Comments
 (0)