-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
28 lines (20 loc) · 1.08 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
=== WordPress Basic Bootstrap ===
Contributors: picas
Donate link: http://blog.picas.fr/about/
Requires at least: 4.0.0
Tested up to: 4.7.0
Stable tag: trunk
License: GPLv3 / proprietary
**WP Basic Bootstrap** is a full "101" [Wordpress](http://wordpress.org/) theme
built with the [*Bootstrap* framework](http://getbootstrap.com/) and the
[*Font Awesome* images font](http://fontawesome.io/), which implements all features
of Wordpress version 4+ and is ready to build a responsive and accessible blog or
to be modified to build your own theme.
== Description ==
Please read the original repository [README](https://github.com/e-picas/wp-basic-bootstrap) for more information.
NOTE - We use *Markdown* files for our documentations. These files are named with an `.md` extension but you can consider
them as plain text and open them in you favorite text editor (or with `vim`).
== Frequently asked questions ==
= Can I disable styles customization? =
Yes. Just write the following line in your theme/plugin:
remove_action('wp_head', array('WP_Basic_Bootstrap_Customizer', 'headerOutput'));