We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 51347
    • 82 Posts
    Hi,

    i try to get postings in pdoPage with this conditions:

    - all postings with "premium==no"
    AND
    - only posting that have "premium==yes" and "ent10>=5"

    With my wrong code i get only "premium" postings..:
    [[!pdoPage?
       &parents=`50`
       &includeTVs=`ent10,premium` 
       &sortby=`{"ent10":"ASC"}` 
       &tpl=`custom_tpl` 
       &tvFilters=`premium==yes,ent10>=5`
    ]]
    


    Please help smiley
      • 46886
      • 1,154 Posts
      how's your tpl, outputing both tv contents?

      i think your filter is way too late in the order