This is very simple if there is only one extra field then you can use
the_meta(), but if you have more fields and you want them simply one by one then you can use
get_field("syrup"); which will bring you the syrup name field. If you have another field then you can write
get_field("tablet");hope this will be a better help for you.
0 Comments