Make WordPress Core

Ticket #13467: Plugins section.txt

File Plugins section.txt, 3.9 KB (added by jane, 15 years ago)

Plugins section help text (installed, add new, editor)

Line 
1plugins.php
2
3Plugins extend and expand the functionality of WordPress. Once a plugin is installed, you may activate it or deactivate it here.
4
5You can find additional plugins for your site by using the Plugin Browser/Installer functionality or by browsing the WordPress Plugin Directory directly and installing new plugins manually. To manually install a plugin you generally just need to upload the plugin file into your /wp-content/plugins directory. Once a plugin has been installed, you can activate it here.
6
7Most of the time, plugins play nicely with the core of WordPress and with other plugins. Sometimes, though, a plugin’s code will get in the way of another plugin, causing compatibility issues. If your site starts doing strange things, this may be the problem. Try deactivating all your plugins and re-activating them in various combinations until you isolate which one(s) caused the issue.
8
9If something goes wrong with a plugin and you can’t use WordPress, delete or rename that file in the /home/sparkle/public_html/wp-content/plugins directory and it will be automatically deactivated.
10
11For more information:
12Documentation on Managing Plugins http://codex.wordpress.org/Managing_Plugins#Plugin_Management
13Support Forums http://wordpress.org/support/
14…………………………………………………………………………………………………….
15plugin-install.php
16
17Plugins hook into WordPress to extend its functionality with custom features. Plugins are developed independently from WordPress core by thousands of developers all over the world. All plugins in the official WordPress.org Plugin Directory [http://wordpress.org/extend/plugins] are compatible with the WordPress GPL v2 license. You can find new plugins to install by searching or browsing the Directory right here in your own Plugins section.
18
19If you know what you're looking for, Search is your best bet. The Search screen has options to Search in the WordPress.org Plugin Directory for a particular Term, Author, or Tag. You can also search the directory by selecting a popular tags. Tags in larger type mean more plugins have teen labeled with that tag.
20
21If you just want to get an idea of what's available, you can browse Featured, Popular, Newest, and Recently Updated plugins by using the links in the upper left of the screen. These sections rotate regularly.
22
23If you want to install a plugin that you've downloaded elsewhere, click Upload in the upper left. You will be prompted to upload the .zip package, and once uploaded, you can activate the new plugin.
24
25For more information:
26Documentation on Installing Plugins http://codex.wordpress.org/Plugins_Add_New_SubPanel 
27Support Forums http://wordpress.org/support/
28
29…………………………………………………………………………………………………….
30plugin-editor.php
31
32You can use the editor to make changes to any of your plugins' individual PHP files. Be aware that if you make changes, plugins updates will overwrite your customizations.
33
34Choose a plugin to edit from the menu in the upper right and click the Select button. Click once any file name to load it in the editor, and make your changes. Don't forget to save your changes (Update File) when you're finished.
35
36The Documentation menu below the editor lists the PHP functions recognized in the plugin file. Clicking Lookup takes you to a web page about that particular function.
37
38If you want to make changes but don't want them to be overwritten when the plugin is updated, you may be ready to think about writing your own plugin. For information on how to edit a plugin or start from scratch, check out the links below.
39
40For more information:
41Documentation on Editing Plugins http://codex.wordpress.org/Plugins_Editor_SubPanel
42Documentation on Writing a Plugin http://codex.wordpress.org/Writing_a_Plugin
43Plugin Resources http://codex.wordpress.org/Plugin_Resources
44Plugin Support Forums http://wordpress.org/support/forum/10
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59