|
|
| Aid the development process on a local WordPress site by adding some handy reminders and overriding outgoing emails. Wordpress Tutorial |
Noted That:
|
Start the Tips:1. First Download " easy-local-site.zip " Plugin to your Local Computer. (Click Download) 2. Then, Login to your " yourdomain.com/wp-admin " Dashboard. 3. Then, Click on " Plugins " + " Add New " from left sidemenu of Dashboard. 4. Now, Click on "Upload Plugin" button.
5. Now, Browse " easy-local-site.zip " Downloaded plugin from your computer, Where you downloaded easy-local-site.zip According to Step – 1 Above then, click on " Install Now" 6. Now, Click on " Active Plugin" 7. Then, See left sidemenu. " Easy Local Site " folder is added on left sidemenu. Now, Click on " Easy Local Site " folder. Noted that: If you do not see " Easy Local Site " folder on left sidemenu then, see at left sidemenu " Settings " or " Tools ". 8. Now you configure yourself oR Watch video tutorial below about Easy Local Site Configurtions and Settings or How to work " Easy Local Site " in your WordPress site. oR After Activated Plugin According to Step-6 then,
|
| Guide |
|---|
|
To install directly from your WordPress dashboard:
Alternatively, see the official WordPress Codex guide to Manually Installing Plugins . Using the mu-plugins folder is betterIdeally you should install Easy Local Site in wp-content/mu-plugins (plugins in here are ‘Must Use’ and are automatically activated). This will mean that it is always activated, even after migrating a database from a production site where the plugin is not installed/activated, so you don’t have to remember to manually activate it. The WP_LOCAL_DEV constant methodYou must use the WP_LOCAL_DEV constant method as outlined by Mark Jaquith: markjaquith.wordpress.com/2011/06/24/wordpress-local-dev-tips If the WP_LOCAL_DEV constant is not defined this plugin will do nothing. This means you can safely put it in your mu-plugins folder and include it in your Git repository on a production site. Overriding outgoing emailsTo override outgoing emails, you must define WP_LOCAL_EMAIL in local-config.php as follows: define( ‘WP_LOCAL_EMAIL’, ‘[email protected]’ ); Download from GitHubYou can also download this plugin from GitHub at https://github.com/lumpysimon/wp-easy-local-site |
| development , process , local , site , adding , some , handy , reminders , overriding , outgoing , |
| Name |
|---|
Read Article https://develop.horje.com/learn/1434/reference