Support

Account

Home Forums Add-ons Flexible Content Field Select first row in flexible content Reply To: Select first row in flexible content

  • I know this is way late but I just found this for my own purposes and I used your original code (not using Relevanssi). The only change you needed to make was on this line:

    $content = $rows['one_column'];

    change to

    $content = $row['one_column'];

    change $rows to $row