Would anyone know why the ACF relationship field is not showing results in the backend. This affects any type of relationship field - the entry list pane is just empty?
Would anyone know why the ACF relationship field is not showing results in the backend. This affects any type of relationship field - the entry list pane is just empty?
Share Improve this question asked Feb 27, 2020 at 19:15 AndrewAndrew 1012 bronze badges 2- 1 Are there JS errors in the console? – WebElaine Commented Feb 27, 2020 at 20:05
- No, but it was comments in functions.php – Andrew Commented Mar 5, 2020 at 12:46
2 Answers
Reset to default 2I found the solution! Make sure you call
wp_footer();
in this file:
wp-content\themes\twentytwenty\footer.php
Turns out it was comments in functions.php. Probably school boy error, but if anyone can explain, would be interested to hear.