• This plugin is a must have for websites where FAQ are needed. It is simple to use for any level of user.

    I needed to include HTML tags to the generated content, so I modified the code a little to have line-break, paragraph and bold. I added a couple extra lines after the line 57 on the plugin-hook.php the following:

    $faqcontent = apply_filters('the_content', $faqcontent);
    $faqcontent = str_replace(']]>', ']]>', $faqcontent);

    It would great if this modification is added in a next version.

    Thanks,

The topic ‘Nice and helpful’ is closed to new replies.