You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built to run on EVERY install you have, fresh start removes unneeded admin clutter and sets up the needed settings for every site.
12
12
13
13
== Description ==
14
-
This WordPress plugin removes some, in my opinion, unused crappy dashboard, post & page widgets, fixes formatted curly quote problems, checks for and nukes Hello Dolly, removes junk header tags including the generator tag for extra security, removes update notifications for non-admins, removes old user profile fields like aim, prevents self pinging, removes smilies and trackbacks, and a few other settings that nobody needs either. This is built to be very generalized so it'll work with every site as a good clean-up fresh start and help keep clients out of the edit menus.
14
+
This WordPress plugin removes some, in my opinion, unneeded crappy dashboard, post & page widgets, fixes formatted curly quote problems, checks for and nukes Hello Dolly, removes junk header tags including the generator tag for extra security, removes update notifications for non-admins, removes old user profile fields like aim, prevents self pinging, removes smilies and trackbacks, and a few other settings that nobody needs either. This is built to be very generalized so it'll work with every site as a good clean-up fresh start and help keep clients out of the edit menus.
15
15
16
16
If you think you'd like to contribute via Pull Request: [Develop Branch on Github](https://github.com/chuckreynolds/Selfish-Fresh-Start/tree/develop)
17
17
@@ -23,14 +23,20 @@ If you think you'd like to contribute via Pull Request: [Develop Branch on Githu
23
23
* rsd links
24
24
* previous and next post links
25
25
* wordpress generator
26
-
* shortlink
26
+
* shortlink generation
27
27
* Removed: admin dashboard widgets:
28
28
* quick press
29
29
* recent drafts
30
30
* recent plugins feed
31
31
* wordpress development blog feed
32
32
* other wordpress blog news feed
33
33
* incoming links box
34
+
* yoast seo overview box
35
+
* wp socializer box
36
+
* w3 total cache news box
37
+
* gravity forms box
38
+
* bpress right now in forums
39
+
* jetpack box
34
40
* Removed: post metabox's
35
41
* trackbacks
36
42
* Removed: page metabox's
@@ -47,12 +53,28 @@ If you think you'd like to contribute via Pull Request: [Develop Branch on Githu
47
53
* Off: turn off global trackback/pingback setting
48
54
* Off: turn off global formatting of text to graphic smilies
49
55
56
+
= Additional Functionality =
57
+
* Do you use Yoast SEO? and don't need all the beginner / noob stuff? Use this plugin: [Yoast SEO Nuke Noob Stuff](https://wordpress.org/plugins/wpseo-nuke-noob-stuff/)
58
+
* Emojis scripts and support removal? I almost included it in this plugin but just use this plugin: [Disable Emojis](https://wordpress.org/plugins/disable-emojis/)
59
+
* Want to remove the Tools Menu? There's a plugin for that: [Remove Tools Menu](https://wordpress.org/plugins/remove-tools-menu/)
60
+
50
61
== Installation ==
51
62
1. Upload the `selfish-fresh-start` folder to the `/wp-content/plugins/` directory
52
63
1. Activate the plugin
53
64
1. That's it. seriously. Everything is done already. Enjoy.
54
65
55
66
== Changelog ==
67
+
= 1.0 =
68
+
69
+
Release Date - 2015-12-02
70
+
71
+
* tested to WP 4.4
72
+
* updated some functions to fire at a more appropriate time on load
73
+
* updated some metabox names that have changed
74
+
* fixes an ajax warning in admin area. nbd.
75
+
* content in this readme updated
76
+
* simple branding images for wp plugin repo
77
+
56
78
= 0.7 =
57
79
* removed dashboard widgets: bbpress, gravity forms
58
80
* add check for option settings before updating them
@@ -87,12 +109,7 @@ If you think you'd like to contribute via Pull Request: [Develop Branch on Githu
87
109
* take functions I use regularly and bundle for IPO *(initial public offering)*
88
110
89
111
== Upgrade Notice ==
90
-
= 0.6.1 =
91
-
Some new features and cleaner code. overall a pretty big update.
92
-
= 0.5 =
93
-
Some sites reporting issues w/ comments always off on posts. put back comment div for now until more testing.
94
-
= 0.2 =
95
-
Added additional features, one of which helps secure your WP site. Always stay up to date!
112
+
96
113
97
114
== Other Notes ==
98
-
* Built in Chandler AZ, Updated in San Francisco, CA. I always used a lot of these functions on every site to help clean up the admin stuff and do some basic settings and based on some twitter replies others wanted this too as a public plugin. So... here we go. Feel free to do pull requests or add issues on github: [Develop Branch on Github](https://github.com/chuckreynolds/Selfish-Fresh-Start/tree/develop)
115
+
* Built in Chandler AZ, Updated in San Francisco, CA. I always used a lot of these functions on every site to help clean up the admin stuff and do some basic settings and based on some twitter replies others wanted this too as a public plugin. So... here we go. Feel free to do pull requests or add issues on github: [Develop Branch on Github](https://github.com/chuckreynolds/Selfish-Fresh-Start/tree/develop)
0 commit comments