Plugin Directory

Changeset 1275390


Ignore:
Timestamp:
10/29/2015 12:45:03 PM (10 years ago)
Author:
bartdag-resulto
Message:

small readme fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multilingual-import/trunk/readme.txt

    r1275238 r1275390  
    1111
    1212== Description ==
     13
    1314Sets the language and associates posts imported by WP ALL Import with WPML.
    14 Currently, language is always explicitly set with WPML if the post is in a
    15 secondary language, and posts are associated when they are in a secondary
    16 language. For example, if your main language is French and your secondary
    17 language is English, you must import your French posts first and your English
    18 posts second, otherwise, the English posts won't be linked with the French
    19 posts (the language will be correctly set though). This plugin assumes that
    20 your import file contains an attribute/column specifying the language and an
    21 attribute/column with an identifier that is common across all languages.
     15
     16Currently, posts are only associated when they are in a secondary language.
     17For example, if your main language is French and your secondary language is
     18English, you must import your French posts first and your English posts
     19second, otherwise, the English posts won't be linked with the French posts
     20(the language will be correctly set though).
     21
     22This plugin assumes that your import file contains an attribute/column
     23specifying the language and an attribute/column with an identifier that is
     24common across all languages.
    2225
    2326== Installation ==
     27
    24281. Upload the entire `multilingual-import` folder to the
    25 `/wp-content/plugins/` directory.
     29    `/wp-content/plugins/` directory.
    26302. Activate the plugin through the \'Plugins\' menu in WordPress.
    27313. Declare two constants in wp-config.php to specify the meta fields
    28 containing the language and the common identifier:
    29   `define('WP_ALL_IMPORT_WPML_LANGUAGE_META', 'language');
    30  
    31   `define('WP_ALL_IMPORT_WPML_ID_META', 'common_id');`
     32    containing the language and the common identifier:
     33
     34`define('WP_ALL_IMPORT_WPML_LANGUAGE_META', 'language');`
     35
     36`define('WP_ALL_IMPORT_WPML_ID_META', 'common_id');`
    3237
    3338== Changelog ==
     39= 1.0.1 =
     40
     41* release date: October 29th 2015
     42* Explicitly sets the language of a post even if the language is the default
     43  one.
     44
    3445= 1.0.0 =
    3546
Note: See TracChangeset for help on using the changeset viewer.