bulk.php
7 years ago
delete.php
7 years ago
index.php
7 years ago
scheduling.php
7 years ago
templates.php
7 years ago
update.php
7 years ago
templates.php
19 lines
| 1 | <h2> |
| 2 | <?php _e('Download Import Templates', 'wp_all_export_plugin') ?> |
| 3 | </h2> |
| 4 | |
| 5 | <p> |
| 6 | <?php _e('Download your import templates and use them to import your exported file to a separate WordPress/WP All Import installation.', 'wp_all_export_plugin'); ?> |
| 7 | </p> |
| 8 | |
| 9 | <p> |
| 10 | <?php _e('Install these import templates in your separate WP All Import installation from the All Import -> Settings page by clicking the "Import Templates" button.', 'wp_all_export_plugin'); ?> |
| 11 | </p> |
| 12 | |
| 13 | <p> |
| 14 | <a href='<?php echo esc_url(add_query_arg(array('id' => $item['id'], 'action' => 'get_template', '_wpnonce' => wp_create_nonce( '_wpnonce-download_template' )), $this->baseUrl));?>'>Download</a> |
| 15 | </p> |
| 16 | |
| 17 | <img src="<?php echo PMXE_ROOT_URL; ?>/static/img/import-templates.png" width="400px" style="border: 1px solid #aaa;"> |
| 18 | |
| 19 | <a href="http://soflyy.com/" target="_blank" class="wpallexport-created-by"><?php _e('Created by', 'wp_all_export_plugin'); ?> <span></span></a> |