Difference between revisions of "Wordpress"
(Created page with "Category:Website =Installation= # Download the latest zip from [http://wordpress.org] OR [http://fr.wordpress.org] # Put the archive on your server (using FTP) # Adjust...") |
|||
Line 10: | Line 10: | ||
− | = | + | =Plugins= |
All is done on the administrator interface: http://mysite.com/wp-admin | All is done on the administrator interface: http://mysite.com/wp-admin | ||
+ | |||
==Askimet== | ==Askimet== | ||
Line 20: | Line 21: | ||
* Go to the Askimet website to register for free and get a key | * Go to the Askimet website to register for free and get a key | ||
* Use your key | * Use your key | ||
+ | |||
==BackWPup== | ==BackWPup== | ||
Line 25: | Line 27: | ||
To backup your blog / website regularly. | To backup your blog / website regularly. | ||
+ | |||
+ | Requirement: | ||
+ | * Create a backup folder on your FTP server (ex: /home/rddouanecw/www/backup/) | ||
+ | |||
+ | |||
+ | Installation: | ||
+ | * Go to '''Plugins''' > '''Add new''' | ||
+ | * Search for ''BackWPup'' | ||
+ | * Install and activate the plugin | ||
+ | |||
+ | |||
+ | After installation: | ||
* Once installed, go to the '''backWPup''' menu > '''operations''' | * Once installed, go to the '''backWPup''' menu > '''operations''' | ||
* Create a new operation | * Create a new operation | ||
Line 49: | Line 63: | ||
*** Save all extensions | *** Save all extensions | ||
*** click GZIP compression | *** click GZIP compression | ||
+ | ** '''Folder''' tab | ||
+ | *** Set the backup folder (ex: /home/rddouanecw/www/backup/) | ||
+ | *** Max 5 archives | ||
+ | ** '''FTP''' tab | ||
+ | *** (requirement) you must create a backup folder on the target FTP with read/write for the FTP user | ||
+ | *** set the FTP settings | ||
+ | *** set the target folder: <code>/www/backup_daxiongmao/wedding/</code> | ||
+ | *** Max 5 archives | ||
+ | |||
+ | |||
+ | ==WP Statistics== | ||
+ | |||
+ | To have many statistics about your website. | ||
+ | |||
+ | |||
+ | Installation: | ||
+ | * Go to '''Plugins''' > '''Add new''' | ||
+ | * Search for ''WP Statistics'' | ||
+ | * Install and activate the plugin | ||
+ | |||
+ | |||
+ | After installation: | ||
+ | * Once installed, go to the '''Statistics''' menu > '''settings''' | ||
+ | * Adjust to your own needs | ||
+ | (i) I usually don't change anything... | ||
+ | |||
+ | |||
+ | ==TinyMCE Advanced== | ||
+ | |||
+ | This is an improved editor (What You See Is What You Get WYSIWYG). | ||
+ | |||
+ | |||
+ | Installation: | ||
+ | * Go to '''Plugins''' > '''Add new''' | ||
+ | * Search for '''TinyMCE Advanced''' | ||
+ | * Install and activate the plugin | ||
+ | |||
+ | |||
+ | After installation: | ||
+ | * Once installed, go to the '''Settings''' menu > '''TinyMCE''' | ||
+ | * Select the buttons to use | ||
+ | |||
+ | (i) some hints: | ||
+ | * Add ''copy'' & ''paste'' buttons | ||
+ | * Add ''underline'' button | ||
+ | * Add ''code'' button | ||
+ | * Add 'emoticons' button | ||
+ | * Add 'background color' button | ||
+ | * Add 'page break' button | ||
+ | |||
+ | ==Simple Page Ordering== | ||
+ | Use that plugin to create a website. this will set a fix order of the posts. | ||
− | |||
− | + | Installation: | |
+ | * Go to '''Plugins''' > '''Add new''' | ||
+ | * Search for '''Simple Page Ordering''' | ||
+ | * Install and activate the plugin |
Revision as of 18:26, 24 September 2016
Contents
Installation
- Download the latest zip from [1] OR [2]
- Put the archive on your server (using FTP)
- Adjust and copy the PHP script to unzip the archive
- Go to your website and run the PHP script
Plugins
All is done on the administrator interface: http://mysite.com/wp-admin
Askimet
Askimet blocks spams and avoids bots.
- Go to Plugins
- Click on Activate under Askimet
- Go to the Askimet website to register for free and get a key
- Use your key
BackWPup
To backup your blog / website regularly.
Requirement:
- Create a backup folder on your FTP server (ex: /home/rddouanecw/www/backup/)
Installation:
- Go to Plugins > Add new
- Search for BackWPup
- Install and activate the plugin
After installation:
- Once installed, go to the backWPup menu > operations
- Create a new operation
- General tab
- Save all (database, files, XML export, extensions, tables check)
- Name the archive (example): rd_douane_consulting_%Y-%m-%d
- Format: ZIP
- Save on File, Save on FTP
- Send logs by email
- Schedule tab
- Use the Wordpress cron
- basic prog
- Once a month
- Database tab
- Select the tables to save
- Click GZIP compression
- Files tab
- Select files to save - exclude the backup folder
- click GZIP compression
- XML export tab
- Save all content
- click GZIP compression
- Extension tab
- Save all extensions
- click GZIP compression
- Folder tab
- Set the backup folder (ex: /home/rddouanecw/www/backup/)
- Max 5 archives
- FTP tab
- (requirement) you must create a backup folder on the target FTP with read/write for the FTP user
- set the FTP settings
- set the target folder:
/www/backup_daxiongmao/wedding/
- Max 5 archives
- General tab
WP Statistics
To have many statistics about your website.
Installation:
- Go to Plugins > Add new
- Search for WP Statistics
- Install and activate the plugin
After installation:
- Once installed, go to the Statistics menu > settings
- Adjust to your own needs
(i) I usually don't change anything...
TinyMCE Advanced
This is an improved editor (What You See Is What You Get WYSIWYG).
Installation:
- Go to Plugins > Add new
- Search for TinyMCE Advanced
- Install and activate the plugin
After installation:
- Once installed, go to the Settings menu > TinyMCE
- Select the buttons to use
(i) some hints:
- Add copy & paste buttons
- Add underline button
- Add code button
- Add 'emoticons' button
- Add 'background color' button
- Add 'page break' button
Simple Page Ordering
Use that plugin to create a website. this will set a fix order of the posts.
Installation:
- Go to Plugins > Add new
- Search for Simple Page Ordering
- Install and activate the plugin