Hi everybody, I have a WordPress blog, and I want to make all posts have the same structure, like that: Items Name: abcxyz Date: abc Company: xyz Description: abcxyz ... The description field will be shown on homepage, and other informations will be shown on single post only. I want to add these informations suitable in post screen through box or input field. I tried some plugin of WP but they only create some text in post, and I have to correct them handly . Do you have some advice for me? Thank you very much.
Do you mean like a directory? listing sites or companies and their details? Forgive me if ive misunderstood.
I am guessing u can have the same format for all ur post by editing wp-admin/post-new.php It will only give u the desired effect for new posts , old posts will stay the same.
@pipes: This's a bit like list, and I want to make details about products of companies. @PPCInformer: I'm thinking about that, but I'm wondering that how WP can reconize some new fields (text fields, textarea, ...) and process it ? Can you give me an simple example?