https://github.com/scotch-io/how-to-build-a-wordpress-plugin-part-2
https://github.com/scotch-io/how-to-build-a-wordpress-plugin-part-2
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/scotch-io/how-to-build-a-wordpress-plugin-part-2
- Owner: scotch-io
- License: gpl-2.0
- Created: 2015-09-02T21:46:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-02T21:47:25.000Z (over 9 years ago)
- Last Synced: 2024-04-14T18:18:18.397Z (about 1 year ago)
- Language: PHP
- Size: 125 KB
- Stars: 11
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
=== WP Cleanup and Basic Functions ===
Contributors: (this should be a list of wordpress.org userid's)
Donate link: http://lostwebdesigns.com
Tags: comments, spam
Requires at least: 3.0.1
Tested up to: 3.4
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlHead section cleanup and many usual settings used on every website setup as images settings and size, privacy, and basic admin customisations.
== Description ==
WordPress Cleanup and Basic Options Functions is a utility plugin, even though it's was developed with a focus on developers as many functionalities are what you might just add to every new website you build, it's really easy to use, just check the boxes corresponding to the set up you want.
It will help you:* Cleanup your website head and also some markup included with shortcodes section.
* Prettify the search url, ex: http://yourwebsite.com/search/search-terms.
* Load jQuery from Google CDN(default) or form your chosen cdn provider instead of using the hosted version.
* Change the p to figure tag to surround your images.
* Add Retina support for your images.
* Add additional images sizes and modify those.
* Setup a Logo and background color for your login page
* Add some more privacy adding a "referrer" meta tag
* If Yoast SEO is activated, can remove Yoast comments in headAnd actually many other things.
Also besides the retina options(where you will be able to choose whether add the script from CDN or not), this plugin won't add any scritp or styles to your website frontendStay tuned as it will get updated possibly often with new features.
== Installation ==
= Using The WordPress Dashboard =1. Navigate to the 'Add New' in the plugins dashboard
2. Search for 'wp-cleanup-and-basic-functions'
3. Click 'Install Now'
4. Activate the plugin on the Plugin dashboard
5. Customize the setting by clicking on the "WordPress Cleanup and Basic Options Functions" menu tab= Uploading in WordPress Dashboard =
1. Navigate to the 'Add New' in the plugins dashboard
2. Navigate to the 'Upload' area
3. Select `wp-cleanup-and-basic-functions.zip` from your computer
4. Click 'Install Now'
5. Activate the plugin in the Plugin dashboard== Frequently Asked Questions ==
= How to use WordPress Cleanup and Basic Options Functions? =
Just activate the plugin then go to the "Settings -> WP Cleanup" menu and just check the options you want.
= Will WordPress Cleanup and Basic Options Functions slow my website? =
Well this is actually the whole contrary, WordPress Cleanup and Basic Options Functions will reduce the cluter from your website head section getting rid of useless scripts and inline css.
= I am not a developer, should i use that plugin =
Yes, just make sure you know what the option will do before you check it. But all these options are pretty basic options and won't break your website.
== Screenshots ==
1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
(or jpg, jpeg, gif).
2. This is the second screen shot== Changelog ==
= 1.0 =
* A change since the previous version.
* Another change.= 0.5 =
* List versions from most recent at top to oldest at bottom.== Upgrade Notice ==
= 1.0 =
Upgrade notices describe the reason a user should upgrade. No more than 300 characters.= 0.5 =
This version fixes a security related bug. Upgrade immediately.== Arbitrary section ==
You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated
plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or
"installation." Arbitrary sections will be shown below the built-in sections outlined above.== A brief Markdown Example ==
Ordered list:
1. Some feature
1. Another feature
1. Something else about the pluginUnordered list:
* something
* something else
* third thingHere's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax].
Titles are optional, naturally.[markdown syntax]: http://daringfireball.net/projects/markdown/syntax
"Markdown is what the parser uses to process much of the readme file"Markdown uses email style notation for blockquotes and I've been told:
> Asterisks for *emphasis*. Double it up for **strong**.``