WP site thumbnail for products problem help

SmartBoyZ

Power Member
Joined
Jun 12, 2010
Messages
517
Reaction score
41
I am creating a website for one of my client but I am stuck here. I need someone to help me out.

I will create a page to showcase all the products, and the products belong to various categories. So basically, the product page will show categories in the left side, and show all products in thumbnails in the right side. And when click a category, all products in that category will show.

And when visitors click on a single thumbnail of that product, it will go to a post for that product.

I do try a plugin for the purpose, the plugin is named WP catalogue. But from the point of view of SEO, I won't bother with using a plugin to do so. Are there any smarter way to do so.

Any help is appreciated.
 
You can't always rely on plugins. In this case, I would create a custom template page for your theme. On this page I would query, loop through and display all products. The side bar would contain all categories and would, when clicked, filter the main product listing using some simple AJAX methods.
 
Back
Top