• I’m looking for a solution that would enable me to store thousands of products of a company (the catalog would have a page for each product, with a picture, and a table with the data of that product)..

    I really would not want to create 6000 posts or pages, and would rather automate this somehow.. Can anyone provide suggestions on how I should go about this?

    Thanks!
    -turgut

Viewing 2 replies - 1 through 2 (of 2 total)
  • So if you don’t want to use posts, do you have the data in a MySQL table or something that can be imported into MySQL?

    If so then if you put those table(s) in the same database as your other WordPress tables you can use the wpdb class to access that information.

    Thread Starter tkalfaoglu

    (@tkalfaoglu)

    Yes I can put the data into an MySQL table – they had their old site in ASP, so I have their old data.. Many thanks for the wpdb tip.. Regards, -turgut

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Looking for a plugin to store a catalog’ is closed to new replies.