• …if you have more than one FAQ category and want to separate them by category, for example:

    Category Heading
    FAQ

    Category Heading
    FAQ

    Category Heading
    FAQ

    and so on…

    It outputs each FAQ section as a div with an ID:

    <div id="faq-block">FAQs</div>

    It goes against standards to have multiple divs with the same ID on a page so it fails W3C validation. It’s easy enough to change it to a class in the plugin’s PHP, CSS and JS files, but since I’m really only using base functionality of the plugin, I don’t know what effect it may carry through some of the more advanced features.

    It looks as if there are some navigation features that may be broken by doing this, but I don’t really have time to dig into it further right now.

    Seriously, I don’t know what the cross section of people that care about this kind of thing vs. people that don’t is around WP, and some may call this nit-picking, but I do care for any sites that I build. I figure others may care as well.

  • The topic ‘Works well but…’ is closed to new replies.