We have a problem with our rich text channel entries. Not all of them are showing the formatting we put into them. For example we have a channel called “home_content” and in there we have a field called “body_text” and this field is rich text. We added for entries to this channel and formatted them accordingly with headings and lists etc, by default the editor wraps our content in the relative tags.
When we view our homepage only the first entry actually has the formatting, the rest are totally unformatted. When we inspect the entries the editor shows that formatting that we have made is not being saved for some reason. When you click on “view code” you can see the tags but they are not being rendered at the browser end for some reason.
Here is our channel code:
{exp:channel:entries channel="home_content" category="24" sort="asc" limit="3"}
<article>
{body_text}
</article>
{/exp:channel:entries}Not sure whats wrong to be honest.