admin管理员组

文章数量:1398763

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
Add a comment  | 

2 Answers 2

Reset to default 2

I 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.

本文标签: ACF relationship fields 39The results could not be loaded39