Quick FAQ Manager for WordPress

[cbquickfaqpost allclose=0 id=”19″/][cbfaqwrap allclose=”1″][cbfaq title=”Can FAQs can be showed without adding by custom post type?”]Yes. You can show FAQs right from the shortcode which are not added via FAQ post type. [/cbfaq][/cbfaqwrap][cbfaqwrap][cbfaq title=”Here is an example Question”]Here is the example answer. [/cbfaq][cbfaq title=”Here is an example Question2″]Here is the example answer2. [/cbfaq][cbfaq title=”Here is an example Question3″]Here is the example answer3. [/cbfaq][/cbfaqwrap]


// Showing from a category
[cbquickfaqpost allclose=0 id="19"/]

// Showing new FAQs
[cbfaqwrap allclose="1"]
[cbfaq title="Can FAQs can be showed without adding by custom post type?"]Yes. You can show FAQs right from the shortcode which are not added via FAQ post type. [/cbfaq]
[/cbfaqwrap]

// Alternative accordion behavior
[cbfaqwrap]
[cbfaq title="Here is an example Question"]Here is the example answer. [/cbfaq]
[cbfaq title="Here is an example Question2"]Here is the example answer2. [/cbfaq]
[cbfaq title="Here is an example Question3"]Here is the example answer3. [/cbfaq]
[/cbfaqwrap]