PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Show different posts loops from different forms

  1. VladNov
    Member

    Hey, i'm interested in buying developer license. I want to make one form for free submissions and another form for payed submissions (to show this form after payment). How can i make two posts loops in one template? if free submission was made add it to one loop, else payed submission was made add it to another loop. Thanks.

    Posted 12 years ago on Thursday February 9, 2012 | Permalink
  2. Hi VladNov,

    Will these be to separate forms or the same form with two different options (payed, not payed)?

    Posted 12 years ago on Wednesday February 15, 2012 | Permalink
  3. VladNov
    Member

    Two separated forms with different options. One visible for every one, the second only for those who made a payment.

    Posted 12 years ago on Friday February 17, 2012 | Permalink
  4. Hi Vlad,

    In that case, this will be pretty easy as you can add the posts to different categories or a custom taxonomy based on which form it is submitted from. You can then use WordPress' query_posts() function or create a new WP_Query to create multiple loops on your page grouped by category (or custom taxonomy).

    Posted 12 years ago on Friday February 17, 2012 | Permalink