I am seeking for a script to generate table that shows the specification of a car like www.cruze.pk/specifications/ that script allow me some custom fields in Wordpress post editor and save their data in sparate table. And then automatically generate a tabber of values according to the current post. If anybody let me know about that script/Plugin i'll be really thankful. Thanks
You are going to have to custom build that if you want the fields integrated into your post editor. Or create the tables yourself using good ole HTML inside the page. I assume the specs don't change, so you only have to do it once and can just copy and paste the template for each new listing.
Dear hmansfield, Thanks for your reply, I am also searching for a Plugin to make this thing dynamic. I don't want to use it as static output. Please let me know if there is any WP plugin for this purpose. Thanks
Sorry, I don't know of anything like that and I'd be surprised if it exists. Usually you have to build something that specific.