• Hi WP mates!

    I have to create a webpage that it’s a catalog of product, and I’d like to use WP.

    I found this plugin, but I think that it’s good for creating a photo-album, not a catalog of product with categories/sucategories. I mean, my catalog is something like this:

    Clothes > Trousers > Shorts
    Clothes > Trousers > Long

    Clothes > Dresses > Party
    Clothes > Dresses > Casual

    Shoes > Sandals
    Shoes > Heels

    etc.

    Is it this plugin what I’m searching for? Or would you recommend some other?

    Thanks a lot!

    http://wordpress.org/extend/plugins/catablog/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author macguru2000

    (@macguru2000)

    Hi Andreand,

    It would be quite simple to setup you hierarchy of products as WordPress pages and then insert an appropriate CataBlog Shortcode in each page. The nice aspect of this solution is that you get all of the built in features for each page, such as the menu system in WP 3.

    Since CataBlog has its own taxonomy it is very simple to attach multiple categories to each catalog item. For instance you could make a trousers-short and trousers-long category and place the appropriate items into each category. If you need pagination then I might searching the blog for a documented hack to add limit and offset parameters to the Shortcode.

    You may also filter your catalog by more than one category, so you could filter by shoes and sandals if you want. Just separate with a comma.

    Here are some examples:

    [catablog category="trousers"]
    [catablog category="trousers short"]
    [catablog category="trousers,trousers short"]
    [catablog category="shoes,sandals"]

    I think you get the idea, and I believe CataBlog is much more than a gallery plugin, look at some of the examples on the blog. Also their is a new public feature which makes each catalog item into its own page, complete with the ability to add CataBlog taxonomies into your menu with the Appearance > Menu panel.

    http://catablog.illproductions.com

    Thread Starter andreand

    (@andreand)

    Thanks a lot, macguru2000!

    I’ll test it!

    Did this work for you? We’re trying to find a plugin that will give us the ability to add catalog/product pages to our WordPress site, but we don’t need the shopping cart functionality.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: CataBlog] Catablog = a catalog of product?’ is closed to new replies.