• Simon Barnett

    (@simbasounds)


    This has been requested in various forms eg.
    here and here.

    Basically they’re needing the same thing I need, which is to convert some repeating HTML tags ± css classes within a single file to multiple posts / post types. In my case, this structure repeated many times down the page:

    <div class="teamBlock ">
    	<img src="" alt="team">
    	<div class="titleHolder">
    		<h5>Name Surname</h5>
    		<p>Role</p>
    	</div>
    	<p>Biography</p>
    </div>

    I can see that this would probably start extending the scope of the plugin into areas that would dilute its focus away from the current awesomeness, so no action requested.

    I’ll start looking around now for tools that can split up the file to use with this plugin, which still seems preferable to looking for something else, eg. CSV importers which may or may not have as convenient an interface as HTML Import 2, and would require reformatting HTML to CSV in any case.

    Any suggestions welcome, and I’ll post my own if I find something.

    https://wordpress.org/plugins/import-html-pages/

  • The topic ‘Single File > Multiple Posts (yes, that one again)’ is closed to new replies.