A user reported that he is trying to show the Types Fields shortcode values within the paragraph tag, but the "Fields and Text" blocks seem to strip the paragraph tag.
Solution:
Guided that this is something related to WordPress and if a paragraph contains only a shortcode, the paragraph tags around the output are stripped.
As a workaround, one can wrap the Types field shortcode inside the "wpv-autop" shortcode.
A user asked about the best approach for sharing date information without a specific day.
Solution:
Guided that it is possible to show the date type field's output in any date/time format, using the "format" attribute.
However, storing the month and year without the actual day is challenging as the Toolset's date type field stores the selected date in a UNIX timestamp format ( ref: https://en.wikipedia.org/wiki/Unix_time ).
This format stores the exact date and time reference, in which the day component can't be skipped.
For this reason, if you just need to store and display month and year with the posts and don't plan to perform any date based search/filtering on these, it would be better to replace a single date type custom field, with two select type custom fields, one for the month and the other for the year.