-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
61 lines (45 loc) · 1.65 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
=== Monkee-Boy Essentials ===
Contributors: monkeeboy, fleeting
Tags: monkeeboy, monkee-boy, essentials
Requires at least: 5.2
Tested up to: 5.6.1
Stable tag: trunk
Requires PHP: 7.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
WordPress plugin featuring basic tweaks and configuration common across our installs.
== Description ==
In the WordPress Admin:
* Add support for uploading SVG into the media library.
* Disable plugin and theme file editing from the admin.
In the current theme:
* Let WordPress manage the title tag.
* Add support for post thumbnails.
* Add support for responsive embeds with Gutenberg.
* Add support for wide/full alignment with Gutenberg.
* Disable custom font sizes in Gutenberg.
* Disable custom colors in Gutenberg.
* Enable editor styles in Gutenberg.
* Clean up `wp_head` to remove clutter.
* Move JavaScript files from the head to the footer.
* Disable WP emojis.
* Change default search to use /search/query/ instead of /?s=query.
Supports the following plugins:
* Gravity Forms
* After form submission, scroll to confirmation/validation anchor.
* Advanced Custom Fields
* Remove the default WP custom fields section.
* Add options page to be used for general theme options/content.
== Installation ==
1. Upload the plugin to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin in your admin.
1. Enjoy.
== Frequently Asked Questions ==
= How are you doing today? =
Doing well, thanks for asking. How about you?
== Changelog ==
= 1.1 =
* Clean up and name change.
* Remove additional CSS section.
= 1.0 =
* Initial release.