Multiple information using custom post type

I made a new custom type, it’s working fine. My question is: If i want to add in a single post that custom-type with different informations for about x times…how should I do this?

Example:
Let’s say I have “Reduced Price Laptops,” with:

Read More
  • Name
  • Price
  • Image
  • Description

I want to make a post where I will post 4 laptops and I want to fill 4 different informations. I want them to be posted in the same article, not 4 separately.
Each of them will show up styled separately, but with same design. Let’s say a little box.

Any ideas/sugestions?

Related posts

Leave a Reply

4 comments

  1. Iulian, from what you write in your question, you’re basically looking for a CMS that offers data configuration, editing and presentation out of the box.

    Even WordPress can be used to manage content and build wonderfull things, it does not support such out of the box easily. It does not mean that it is not possible to do that what you ask for, it’s just a very individual solution you should find a coder that is programming what you need.

    Would be great if you share the result back here.

  2. I do not think that I will find a solution to this soon.
    The only thing that i managed to make until now, it`s this metabox. So basically, i will just need that Add new laptop button

    alt text

  3. Iulian, I think the best solution is to have one laptop per post, and then program your pages to have different numbers of laptops based on your needs. You can create a blank page in WP and then set it to use a custom page template. Code that template with a query to grab only certain laptops, and then they will all go that page.