Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I've been searching for days now of a plugin, that shows only the product list. That shows thumbnails, description and price. But no add cart. Just a simple list. Or is there any other way to do this without using a plugin? Thanks!

share|improve this question
You need to be more specific. What plugin are you using for your products? or is it a custom post type? – Travis Pflanz Apr 18 '12 at 3:47
I have tried using wp e-commerce but my current theme is compatible with it, and i want it in a grid type list but there is a fee for that so I bet i'll try to use a custom post type? How is that possible? – Stupefy101 Apr 18 '12 at 3:49

closed as off topic by toscho Dec 2 '12 at 12:56

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

If you have a plugin to show your product list, but simply want to hide a shopping cart button, you can add display: none to the style sheet for the element you do not want displayed.

If you want to go with custom post types, here are some references:

If you need more, just search for "Custom Post Type" at the top.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.