Support

Account

Home Forums General Issues Unlimited Elements – {{item.post_list.cf_xxx}} Reply To: Unlimited Elements – {{item.post_list.cf_xxx}}

  • So… it would not be fair to not chare my progress..

    In the “inputbox ite Item HTML” the second white inputbox under the HTML tab in Unlimited Elements widget one can put this code in!

    The : {{item.post_list.id}} calls on the item ID // that differs from the current page ID
    The afc code : [acf field="name" post_id="number"] is then easily replced like below.
    The text work_type is a custom field I made in acf.

    <div class=”youclass”>[acf field="work_type" post_id="{{item.post_list.id}}"]</div>

    I would call my anser a solution if there are no objections.