开发者 |
djubach
fullscope |
---|---|
更新时间 | 2025年1月8日 23:37 |
PHP版本: | 7.2 及以上 |
WordPress版本: | 6.7 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Your CSV file should be comma-delimited with headers in the first row. The headers should match the placeholders in your template.
Yes, you can preview how the first row of your CSV data will look when applied to your template.
Yes, if your CSV includes a column named 'meta_description', it will automatically be used for the Yoast SEO meta description.
Yes, you can select a parent page, and all generated pages will be created as child pages under it.
The plugin processes pages in batches and provides detailed error reporting if any issues occur. = To enable error logging for troubleshooting, add these lines to your wp-config.php: define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); // Prevents errors from displaying on screen Logs will be written to wp-content/debug.log Remove these lines when you are done debugging.