-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
52 lines (37 loc) · 1.68 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
=== WP Theme Boilerplate ===
Contributors: thingsym
Stable tag: 1.0.0
Tested up to: 5.2
Requires at least: 5.0
Requires PHP: 5.6
License: GPL2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Put short description of your theme. This should be no more than 150 characters. No markup here
== Description ==
Put long description of your theme. No limit, and you can use Markdown (as well as in the following sections).
== Installation ==
= Case of using WordPress theme installer =
1. Go the Appearance > Themes menu in WordPress and click the Add New button.
2. Put keyword and search theme.
3. Click Install button.
4. Activate the theme through the Appearance > Themes menu in WordPress.
5. Have fun!
= Case of uploading theme zip file =
1. Download theme's zip file.
2. Go the Appearance > Themes menu in WordPress and click the Add New button.
3. Click the Upload Theme button and Choose theme's zip file
4. Click Install Now.
5. Activate the theme through the Appearance > Themes menu in WordPress.
6. Have fun!
= Case of uploading theme to directory via FTP =
1. Download and unzip theme's zip file.
2. Upload theme folder to the "/wp-content/themes/" directory.
3. Activate the theme through the Appearance > Themes menu in WordPress.
4. Have fun!
== Changelog ==
= 1.0.0 - 2019.05.19 =
* Initial release
== Resources ==
* Based on [WP Theme Boilerplate](https://github.com/thingsym/wp-theme-boilerplate), [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
* CSS reset by [normalize.css](https://necolas.github.io/normalize.css/), [MIT](https://opensource.org/licenses/MIT)