Comments on postHTML to Wordpress
Adam Cochran
@adamscochran · BizDev/Growth Hacker at DuckDuckGo
This is super interesting, I've spent tens of thousands over the past decade solving this exact problem when I used to manage client sites. I am curious how easy it is to build out the site from here. For example if we took the current product hunt homepage (), would each spot be a separate post with custom image and link declared (under a specific template) so users could add new spots and see the others slide off/bump down; or is it more a static page where that's all stored as a single page where the images/text can be swapped out but isn't handled as a post with custom fields (and/or) metadata
@adamscochran Great to hear that you would find use for the tool! In your example the individual products would be WordPress posts that would then be listed by using our developer documentation as in adding special classes for the html elements. Currently more special features like voting would need to be implemented manually after the conversion. Right now we have focused more on making the content easily editable but are looking to implement more advanced features like these along the way so we will keep this in mind :)