mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
Update README.txt
Add additional possible installation methods
This commit is contained in:
parent
68283b2478
commit
a8679a4ece
1 changed files with 23 additions and 4 deletions
|
@ -43,9 +43,28 @@ This section describes how to install the plugin and get it working.
|
|||
|
||||
e.g.
|
||||
|
||||
1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
|
||||
1. Activate the plugin through the 'Plugins' menu in WordPress
|
||||
1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates
|
||||
= Using The WordPress Dashboard =
|
||||
|
||||
1. Navigate to the 'Add New' in the plugins dashboard
|
||||
2. Search for 'plugin-name'
|
||||
3. Click 'Install Now'
|
||||
4. Activate the plugin on the Plugin dashboard
|
||||
|
||||
= Uploading in WordPress Dashboard =
|
||||
|
||||
1. Navigate to the 'Add New' in the plugins dashboard
|
||||
2. Navigate to the 'Upload' area
|
||||
3. Select `plugin-name.zip` from your computer
|
||||
4. Click 'Install Now'
|
||||
5. Activate the plugin in the Plugin dashboard
|
||||
|
||||
= Using FTP =
|
||||
|
||||
1. Download `plugin-name.zip`
|
||||
2. Extract the `plugin-name` directory to your computer
|
||||
3. Upload the `plugin-name` directory to the `/wp-content/plugins/` directory
|
||||
4. Activate the plugin in the Plugin dashboard
|
||||
|
||||
|
||||
== Frequently Asked Questions ==
|
||||
|
||||
|
@ -111,4 +130,4 @@ Titles are optional, naturally.
|
|||
Markdown uses email style notation for blockquotes and I've been told:
|
||||
> Asterisks for *emphasis*. Double it up for **strong**.
|
||||
|
||||
`<?php code(); // goes in backticks ?>`
|
||||
`<?php code(); // goes in backticks ?>`
|
||||
|
|
Loading…
Reference in a new issue