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:
- 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?
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.
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
You’ll probably want to take a look at this plugin:
http://wordpress.org/extend/plugins/posts-to-posts/
It doesn’t provide the UI you want, but at least you have the underlying data structure handled.
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.