Adding 1 field from ACF

  • Solved
  • Posted 2 weeks ago

Hi

Added a field via ACF, called ‘URL’
in order to refer users for ‘more info – click here’ next to certain taxonomies

01 Seems that it’s not possible to view the ACF data within Voxel’s dynamic data area – ?

02 I’ve read the info here:
https://getvoxel.io/questions/custom-field-acf-on-taxonomy/
https://getvoxel.io/questions/using-acf-to-expand-the-taxonomy-with-custom-fields/

03 Based on above previous support ticket,
tried some variations to get the URL to show front-end, but so far nothing worked, will appreciate your feedback:

@post(for-whom-4).meta(field_6a4642f64963e)
@post(for-whom-4).meta(6a4642f64963e)
@post(for-whom-4).meta(_6a4642f64963e)
@post(for-whom-4).meta(field_6a4642f64963e)

@post(for-whom-4).slug(field_6a4642f64963e)
@post(for-whom-4).key(field_6a4a9865525dd)
@post(for-whom-4).meta(6a4a9865525dd)
@post(for-whom-4).key(6a4a9865525dd)

THANK YOU