Hi there,
I have created a numeric field called "dogs" which I want to use to display how many dogs are allowed to stay in a property. When I enter 1, 2, 3 etc it works perfectly well, but when I enter 0 (zero), the field shows as empty when rendered on the front end.
I am using the following shortcode – [wpbb post:meta_box field='dogs']
I have tried changing the field to a Text field, but the issue is the same.