Forums

custom editors for post templates (5 posts)

  1. bcamp
    Member
    Posted 1 month ago #

    I'm in the process of setting up WP as a CMS/Blog for a client. The client has specific needs in that they have different types of posts they want to publish. Each type would have a different style (Recipes, Events, News, Featured Client etc). In a perfect world, the client would be able to log in, choose the "type" of post they want to make and the editor would change to give them the fields they need for only that type post. I've gone over custom fields and various custom field plugins with them and they're all "too complex" they want the fields preset on the page for them. Does anyone know of a plugin out there for this? Even if it's commercial? I could go down the path of trying to create one, but my PHP is rusty and I don't think I have the time or the skill to do this efficiently...

  2. Ipstenu
    Member
    Posted 1 month ago #

    Why not use custom category templates?

  3. MichaelH
    moderator
    Posted 1 month ago #

  4. MichaelH
    moderator
    Posted 1 month ago #

  5. vprat
    Member
    Posted 1 month ago #

    Hi,

    As suggested by MichaelH, Post Templates might indeed be what you are looking for. You can try out the latest free version on the WordPress repository (http://wordpress.org/extend/plugins/post-template/).

    The latest commercial version allows you to save custom fields along with the templates, so this should be what you are after.

    Your customer will have to:
    - Get to the template page
    - Select the template of his choice
    - Click the "New Post" button
    - Edit the created post to enter additional content in the body/title

    You would have to:
    - Define which custom fields to use.
    - Use those custom fields in your template
    - Setup some templates for each style (Recipes, Events, News, Featured Client etc), defining some typical content formatting, some custom fields that have to be defined, the template file for the pages, ...

    Vincent
    (Post Templates author)

Reply

You must log in to post.

About this Topic