I need help in Advanced custom field pro plugin i want to display 3 post of credit taxonomy to the home page i had edited my field group like :
- Field Label : home credit
- Field Name : home_credit
- Field Type : Post object
- Filter by taxonomy : credit
Now, when i print the data to the homepage by writing this : - get_field('home_credit', get_the_ID()) );
i am not getting the value from the post object or how to retrieve its value please help. I had also try to debug the value by print_r but no value returning.