Laisvunas, what a great plug-in. I’m doing something similar with it to Erik_Reagan and it’s almost working like a dream… but not quite! Here’s what I have so far:
{exp:child_categories parent="62" child_categories_sort_direction="asc" entries_sort_by="date" entries_sort_direction="asc" parse="inward"}
{child_category_start}
<h2 id="{child_category_url_title}">{if child_category_description}<abbr title="{child_category_description}">{child_category_name}</abbr>{if:else}{child_category_name}{/if}</h2>
{child_category_end}
{entries_start}
<p class="preamble"><strong>{if title_html}{title_html}{if:else}{title}{/if}</strong></p>
{exp:single_field field="body" weblog="faq" entry_id="{entry_id}" field_format="wysiwyg"}
{entries_end}
{/exp:child_categories}
The only problem is that the {body} field in question uses LG TinyMCE and so is a field type of WYSIWYG, and my attempt to use WYSIWYG as a field_format doesn’t work.
