Support

Account

Home Forums General Issues Open or Closed List? Reply To: Open or Closed List?

  • I would suggest that you create a custom post type called “soccer fields”. Google custom Post type UI and you’ll find an easy to use plugin.

    Then add a ACF field with a dropdown where the user can select either open or closed.

    Then to output the soccer fields check out this: http://codex.wordpress.org/Class_Reference/WP_Query

    and in the loop you can retrieve the open/close dropdown value using get_field or the_field and output along with any other info about the soccer field..

    I’m afraid that’s the best I can do for you since this question is faaaar to general. However if you look into what I’ve given you and you are capable of doing a bit of coding you should be fine!