displayCheckbox($this, 'useBasicAuth', 'My WP site requires Basic Auth to access'); ?>
displayTextfield($this, 'basicAuthUser', 'Basic Auth user', '', ''); ?>
displayTextfield($this, 'basicAuthPassword', 'Basic Auth password', '', 'password'); ?>
displayTextfield($this, 'crawlPort', 'Custom crawling port', ''); ?>

Before it starts to export your site, the plugin first generates a list of all WordPress URLs it thinks it should include. It takes these from what it knows about your posts, pages, tags, archives and media.

Generating initial file list


Preview initial crawl list

Where the plugin has detected too many files and you want to exclude certain URLs from being crawled, please specify these URLs here.


You can enter this as a partial string or full path


wp_site_url; ?>/wp-content/themes/twentyseventeen/banana.jpg
/my_pricelist.pdf
.js

Where the plugin fails to detect certain URLs that you know you want to include, please add these here. This will be applied after any exclusions, in case you want to exclude a whole directory, then include just one file from it.


Supported formats are relative URLs


wp_site_url; ?>
wp_site_url; ?>/wp-content/themes/twentyseventeen/banana.jpg
/my_pricelist.pdf


This is set to 0, by default, for better performance, but if exports are failing and no error appears with Debug Log enabled or you see "Too many files open" or such errors in the server logs, try increasing this value until you get a successful export.