Support

Account

Home Forums Bug Reports Multiple Post Objects only returning 1 Reply To: Multiple Post Objects only returning 1

  • Post object fields should be storing a serialized array that would look something like this in your database

    
    a:2:{i:0;s:3:"196";i:1;s:1:"2";}
    

    There is likely something that causing the value to be saved in a different format. Start by disabling other plugins and maybe switching to a default WP theme.