Support

Account

Home Forums Front-end Issues Custom fields only displaying for one post Reply To: Custom fields only displaying for one post

  • Hi @raindahl

    Could you please share the PHP file for that page? If you could share the JSON or XML export of the field group, that would be great too!

    Also, could you please test it by providing the ID manually for the get_field() function like the following?

    var_dump(get_field( 'music', 105 ));

    Where “105” is the ID of your post that has the custom fields. That code will test if ACF can get the fields correctly. If it can, it means there’s something wrong with your code.

    Thanks!