I am creating a post using several paragraph text custom fields. In each paragraph field, on the Advanced tab, I have added a CSS Class Name 'interview-answer', for each one of my answer fields.
Each post is being sent over in Pending status, is reviewed, and then published (no altering of text at all).
Two issues when viewing the published post in Firebug:
(1) The .interview-answer paragraph tags are there, but the post text is not contained within it (see line 3 of pastebin). The text is directly below the paragraph with the .interview-answer class.
(2) There are EXTRA empty paragraph tags (see line 6 of pastebin), AFTER the paragraph text.
The strange thing is, that the question custom fields in my form that have CSS Class Name 'interview-question', ARE posting correctly.
This is an issue some how with the paragraphs only.
Is this a simple problem on my part, or a bug?
Thanks much.