Viewing 3 reply threads
  • Author
    Posts
    • #5764
      Web Guy
      Member

      I have a custom post type — “products” — and I want to create collections of these products. Each collection will have a page, but a product can be in multiple collections.

      The trick is I want to have a custom post order for each page/collection. So the same post could be #1 in one collection, and number #5 in another collection.

      Is there any way to do this using Piklist?

    • #5779
      Steve
      Keymaster

      This sounds like standard “Posts” and “Categories”. What’s the difference?

    • #5799
      Web Guy
      Member

      On a per-page basis, I need to query the “products” CPT for a posts that are in the category/collection of products that match the page. But I also need to be able to manually order the posts that appear on each page so the same post (product) is able to be #1 in one collection (page), but number #5 in another collection (page). Make sense?

    • #5819
      Steve
      Keymaster

      I think I understand. This is not something Piklist can help with. However, since Piklist saves data the normal WordPress way, you can use standard WordPress functions like get_posts to do what you want to do.

Viewing 3 reply threads
  • You must be logged in to reply to this topic.