I’d like to make a grid view that can be used to list items with a thumbnail, a primary description heading, a subheading, and possibly pricing details. This will not necessarily be for eCommerce as initially there will be no shopping cart. Similar to a post, clicking on the item should take you to a full “post” for that item with more information.
For an idea what I’m thinking, take a look here: http://www.powerzoneequipment.com/inventory_search.asp?category=engines
So here’s my questions:
1) Does something like this already exist?
2) What are the requirements to build something like this? Should it be a plugin combined with a custom theme that supports this? Or could this be done with a custom theme and a custom post type?
I realize that what I’m asking might be functionality more typically found in something like Drupal. However, I’m curious how difficult it would be to get this type of display in WordPress.
It’s not that difficult at all its simply styling you category loop in to a table something like this:
It uses the post thumbnail as image , name as title and link to the “full post”, the excerpt as description and assumes that you have custom fields named : PSI, GPM, RPM, HP and Stock_No.
Now after that is done you can use custom post type say you call it products and different it from you regular posts using register_post_type.
and if you do it this way you just need to add a simple argument to query above the loop using query_post to let it know you are using your custom post type:
query_posts(‘post_type=’product’);
hope this helps
Check out this tutorial: http://designm.ag/tutorials/jquery-display-switch/
It can be integrated into WordPress fairly easily, as this theme demonstrates:
http://s51370.gridserver.com/x/