-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
124 lines (83 loc) · 5.61 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
=== WP Block Theme Boilerplate ===
Contributors: codersantosh
Tags: block-theme, full-site-editing, wide-blocks, custom-colors, custom-fonts, custom-header, custom-logo, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-styles, wide-blocks
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.0
Stable tag: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
WP Block Theme Boilerplate is a modern WordPress theme boilerplate for creating custom block-based themes with ease and flexibility.
== Description ==
WP Block Theme Boilerplate is a modern WordPress theme boilerplate designed to simplify the development of custom block-based themes. Built with the latest WordPress development practices, it offers a super-fast, easily customizable, and highly flexible framework for creating beautiful and responsive websites. Whether you are building a blog, portfolio, business site, or an e-commerce store, this boilerplate provides the necessary tools and features to get started quickly. It is fully compatible with Gutenberg. With WP Block Theme Boilerplate, you can create unique and powerful websites that cater to various niches and industries.
== Translation ==
WP Block Theme Boilerplate is translation ready.
== License ==
WP Block Theme Boilerplate, Copyright © 2024 Santosh Kunwar(codersantosh)
WP Block Theme Boilerplate is distributed under the terms of the GNU General Public License v2
The exceptions to license are as follows:
Atomic CSS https://github.com/codersantosh/atomic-css, (C) 2024 [Santosh Kunwar](https://twitter.com/codersantosh)., [MIT](https://opensource.org/licenses/MIT)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
This theme bundles the following third-party resources:
=== Fonts ===
Inter Font
Copyright (c) 2016 The Inter Project Authors (https://github.com/rsms/inter)
License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
Source: https://github.com/rsms/inter
Mukta Font
Copyright (c) 2013-2016 Ek Type (www.ektype.in)
License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
Source: https://github.com/EkType/Mukta
=== Images ===
License: GNU GPL, Version 3, https://www.gnu.org/licenses/gpl-3.0.html
patternswp-logo.png, Copyright © 2024, PatternsWP.com
License: CC0 https://creativecommons.org/publicdomain/zero/1.0/
https://pxhere.com/en/photo/595421
https://pxhere.com/en/photo/810006
https://pxhere.com/en/photo/603436
https://pxhere.com/en/photo/1388154
https://pxhere.com/en/photo/12395
https://pxhere.com/en/photo/712884
https://pxhere.com/en/photo/1049354
https://pxhere.com/en/photo/798079
https://pxhere.com/en/photo/1169007
https://pxhere.com/en/photo/674478
https://pxhere.com/en/photo/1172657
https://pxhere.com/en/photo/612883
https://pxhere.com/en/photo/1604350
https://pxhere.com/en/photo/656212
https://pxhere.com/en/photo/1610984
https://pxhere.com/en/photo/716267
https://pxhere.com/en/photo/764428
https://pxhere.com/en/photo/51009
https://pxhere.com/en/photo/644378
== Frequently Asked Questions ==
= How to install theme? =
1. In your admin panel, go to Appearance > Themes and click the Add New button.
2. Click Upload and Choose File, then select the theme's .zip file. Click Install Now.
3. Click Activate to use your new theme right away.
= How to Customize the site? =
1. In the admin area, go to Appearance > Editor
2. You will find different options in the editor.
= How can I customize the theme header? =
You can customize the theme header by editing the Header template part in the Site Editor. Go to Appearance > Editor > Patterns > Header, then select and edit the Header template part.
= How do I change the footer credits? =
To change the footer credits, go to Appearance > Editor > Patterns > Footer, then select and edit the Footer template part. You can add your own text or remove the existing credits.
= Does this theme support block patterns? =
Yes, this theme includes several pre-designed block patterns that you can use to quickly create layouts. You can find these patterns in the block inserter.
= How can I create custom templates? =
You can create custom templates by going to Appearance > Editor > Templates, then click Add New Template. You can then design your custom template using blocks.
= How do I use global styles? =
To use global styles, go to Appearance > Editor > Styles, then click on the Edit icon in the top right side of Styles. From there, you can customize the colors, typography, and layout for your entire site.
= How to add contact form 7? =
<div class="at-row"><div class="at-col-6"><label>[text* your-name autocomplete:name placeholder "Your name"] </label></div><div class="at-col-6"><label>[email* your-email autocomplete:email placeholder "Your email"] </label></div><div class="at-col-6"><label>[text* your-subject placeholder "Subject"] </label></div><div class="at-col-6">[text* text-215 placeholder "Phone Number"]</div><div class="at-col-12"><label>[textarea your-message placeholder "Your message (optional)"] </label></div><div class="at-col-12">[submit "Send Message"]</div></div>
== Changelog ==
= 1.0.0 =
* Initial release