Plugin Directory

Changeset 1729397

Timestamp:
09/13/2017 02:56:37 PM (7 years ago)
Author:
zourbuth
Message:

update readme.txt

Location:
wp-exporter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-exporter/tags/0.0.5/readme.txt

    r1728848 r1729397  
    1212
    1313== Description ==
    14 Export a single post or page with its comments, custom fields and terms easily. This plugin will add custom export queries at the WordPress export administration page. You can create your own export with custom post queries and import it to your WordPress site with <a target="_blank" href="http://wordpress.org/plugins/wordpress-importer/">WordPress Importer</a>.
     14Export a single post or page with its comments, custom fields and terms easily.
     15This plugin will add custom export queries at the WordPress export administration page.
     16Use <a target="_blank" href="http://wordpress.org/plugins/wordpress-importer/">WordPress Importer</a> to import into WordPress site.
     17Ability to create advanced export with custom post queries.
    1518
    1619<h3>Key Features & Options</h3>
     
    2023    <li>Export single or multiple media or attachment.</li>
    2124    <li>Export comments, custom fields and terms.</li>
     25
     26
    2227    <li>Custom export query. Read more how to <a href="http://www.ground6.com/wordpress-plugins/wordpress-exporter/creating-custom-export-query/">create custom export query</a>.</li>
    2328</ul>
     
    2631
    2732<h3>Supports & Features</h3>
    28 This plugin does not match to your site style? Is this script not quite working as it should? Having trouble installing? Or need some custom modifications that aren’t already included? Or you want more features on next release? Feel free to get in touch about any of your queries via <a href="http://www.ground6.com/wordpress-plugins/wordpress-exporter/">plugin homepage</a>.
     33This plugin does not match to your site style? Is this script not quite working as it should? Having trouble installing?
     34Or need some custom modifications that aren’t already included? Or you want more features on next release?
     35Feel free to get in touch about any of your queries via <a href="http://www.ground6.com/wordpress-plugins/wordpress-exporter/">plugin homepage</a>.
    2936
    3037
     
    3643</ul>
    3744
    38 <strong>Add Export menu at WordPress admin bar in edit page</strong><br />
    39 Put this defined constant in wp-config.php or theme functions.php<br />
     45To show export menu at admin bar, put this defined constant in wp-config.php or theme functions.php<br />
    4046<pre>define('WP_EXPORTER_ADMIN_BAR', true);</pre>
    4147
    42 <strong>Change exported post status</strong><br />
    43 Put this defined constant in wp-config.php or theme functions.php<br />
     48To change exported post status (i.e. draft), put this defined constant in wp-config.php or theme functions.php<br />
    4449<pre>define('WP_EXPORTER_POST_STATUS', 'draft');</pre><br />
    4550For more post statuses please read this documentation https://codex.wordpress.org/Post_Status#Default_Statuses
     51
     52
    4653
    4754
     
    5057
    5158== Screenshots ==
    52 1. Advanced Export
     591. Advanced xport
    53602. Admin bar export menu at edit page
    5461
  • wp-exporter/trunk/readme.txt

    r1728848 r1729397  
    1212
    1313== Description ==
    14 Export a single post or page with its comments, custom fields and terms easily. This plugin will add custom export queries at the WordPress export administration page. You can create your own export with custom post queries and import it to your WordPress site with <a target="_blank" href="http://wordpress.org/plugins/wordpress-importer/">WordPress Importer</a>.
     14Export a single post or page with its comments, custom fields and terms easily.
     15This plugin will add custom export queries at the WordPress export administration page.
     16Use <a target="_blank" href="http://wordpress.org/plugins/wordpress-importer/">WordPress Importer</a> to import into WordPress site.
     17Ability to create advanced export with custom post queries.
    1518
    1619<h3>Key Features & Options</h3>
     
    2023    <li>Export single or multiple media or attachment.</li>
    2124    <li>Export comments, custom fields and terms.</li>
     25
     26
    2227    <li>Custom export query. Read more how to <a href="http://www.ground6.com/wordpress-plugins/wordpress-exporter/creating-custom-export-query/">create custom export query</a>.</li>
    2328</ul>
     
    2631
    2732<h3>Supports & Features</h3>
    28 This plugin does not match to your site style? Is this script not quite working as it should? Having trouble installing? Or need some custom modifications that aren’t already included? Or you want more features on next release? Feel free to get in touch about any of your queries via <a href="http://www.ground6.com/wordpress-plugins/wordpress-exporter/">plugin homepage</a>.
     33This plugin does not match to your site style? Is this script not quite working as it should? Having trouble installing?
     34Or need some custom modifications that aren’t already included? Or you want more features on next release?
     35Feel free to get in touch about any of your queries via <a href="http://www.ground6.com/wordpress-plugins/wordpress-exporter/">plugin homepage</a>.
    2936
    3037
     
    3643</ul>
    3744
    38 <strong>Add Export menu at WordPress admin bar in edit page</strong><br />
    39 Put this defined constant in wp-config.php or theme functions.php<br />
     45To show export menu at admin bar, put this defined constant in wp-config.php or theme functions.php<br />
    4046<pre>define('WP_EXPORTER_ADMIN_BAR', true);</pre>
    4147
    42 <strong>Change exported post status</strong><br />
    43 Put this defined constant in wp-config.php or theme functions.php<br />
     48To change exported post status (i.e. draft), put this defined constant in wp-config.php or theme functions.php<br />
    4449<pre>define('WP_EXPORTER_POST_STATUS', 'draft');</pre><br />
    4550For more post statuses please read this documentation https://codex.wordpress.org/Post_Status#Default_Statuses
     51
     52
    4653
    4754
     
    5057
    5158== Screenshots ==
    52 1. Advanced Export
     591. Advanced xport
    53602. Admin bar export menu at edit page
    5461
Note: See TracChangeset for help on using the changeset viewer.