• I want a plugin that I can setup a HTML template, and then add fields for create a post filling these fields.
    I’ve tried the “Types” plugin but it isn’t like I want, it uses it own tags for display fields content.

    for clarify what I want, I’ll use following example:
    (book’s site)
    I go to plugin setup and then set following content:

    <b>Name: </b><i>[name]</i>
    <b>Author: </b><i>[author]</i>
    <b>Year: </b><i>[year]</i>

    each […] is a field
    then I go to create a new post, and fill these fields and then plugin save post:

    <b>Name: </b><i>Name field value</i>
    <b>Author: </b><i>Author field value</i>
    <b>Year: </b><i>Year field value</i>

    in a mode that uninstalling the plugin the site will continue equals, i.e. plugin generate static HTML!

    Thanks in advance.

The topic ‘plugin for fields-based post creation’ is closed to new replies.