开发者 |
alanfuller
fullworks |
---|---|
更新时间 | 2025年2月19日 02:45 |
捐献地址: | 去捐款 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.7 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
/wp-content/plugins/load-html-files
directory, or install the plugin through the WordPress plugins screen directly.After activating the plugin, you can configure the "names" associated with teh uploaded post type. A directory called "html_file" will be created in "wp-content/uploads". Place your HTML files in the "unprocessed" folder. The plugin will then load them into posts on the next scheduled run. The plugin will continue to look for mew files every 5 minutes.
Our plugin was initially designed to work with HTML files generated by Sailwave, but it can be used to load any HTML file into a post.
The plugin automatically creates a category structure based on the folder/sub-folder structure of the HTML file. For example, if you have an HTML file in the "unprocessed" folder, the plugin will create a category called "unprocessed" and add the post to that category. If the HTML file is in a sub-folder, the plugin will create a category for each sub-folder and add the post to the appropriate category.
Yes, the plugin utilizes the first H1 tag in the HTML file as the post title, but you can edit the title and description as needed within the WordPress editor.
Not at the moment, it loads into a Custom Post Type called "html_file". BUt if that is something you need, ask on the support forum and we will consider developing it.
the and tags are removed from the file, any and tags an their content is removed leaving clean html for you to style and 'script' withing your WP install. If you want different actions then please ask and we will consider adding options.
The HTML is loaded in to a Custom Post Type. The HTML files are moved to the "processed" folder.
The plugin will look for new files every 5 minutes. If it finds any, it will load them into posts.