{"id":20312,"date":"2012-10-15T21:50:43","date_gmt":"2012-10-15T21:50:43","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/faqz\/"},"modified":"2026-02-13T16:56:27","modified_gmt":"2026-02-13T16:56:27","slug":"faqz","status":"publish","type":"plugin","link":"https:\/\/szl.wordpress.org\/plugins\/faqz\/","author":123724,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.0","stable_tag":"2.0","tested":"6.9.4","requires":"4.7","requires_php":"7.4","requires_plugins":null,"header_name":"Frequently Asked Questions (FAQs)","header_author":"Ben Huson","header_description":"","assets_banners_color":"d2c08e","last_updated":"2026-02-13 16:56:27","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/ncp\/payment\/P64UGJHU5MZVE","header_plugin_uri":"https:\/\/github.com\/benhuson\/FAQz","header_author_uri":"https:\/\/github.com\/benhuson\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2244,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"0.1":{"tag":"0.1","author":"husobj","date":"2012-10-15 21:50:43"},"0.2":{"tag":"0.2","author":"husobj","date":"2014-12-17 10:57:33"},"0.3":{"tag":"0.3","author":"husobj","date":"2015-06-10 21:28:04"},"1.0":{"tag":"1.0","author":"husobj","date":"2026-02-13 15:19:04"},"2.0":{"tag":"2.0","author":"husobj","date":"2026-02-13 16:56:27"}},"upgrade_notice":{"0.1":"<p>First release.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3460868,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3460868,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3460868,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3460868,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.2","0.3","1.0","2.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3460868,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3460868,"resolution":"2","location":"assets","locale":""}},"screenshots":{"1":"FAQz custom post type","2":"FAQ search widget"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[5614,1643,2095,11406,5613],"plugin_category":[],"plugin_contributors":[77999],"plugin_business_model":[],"class_list":["post-20312","plugin","type-plugin","status-publish","hentry","plugin_tags-answers","plugin_tags-faq","plugin_tags-faqs","plugin_tags-knowledgebase","plugin_tags-questions","plugin_contributors-husobj","plugin_committers-husobj"],"banners":{"banner":"https:\/\/ps.w.org\/faqz\/assets\/banner-772x250.png?rev=3460868","banner_2x":"https:\/\/ps.w.org\/faqz\/assets\/banner-1544x500.png?rev=3460868","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/faqz\/assets\/icon-128x128.png?rev=3460868","icon_2x":"https:\/\/ps.w.org\/faqz\/assets\/icon-256x256.png?rev=3460868","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/faqz\/assets\/screenshot-1.png?rev=3460868","caption":"FAQz custom post type"},{"src":"https:\/\/ps.w.org\/faqz\/assets\/screenshot-2.png?rev=3460868","caption":"FAQ search widget"}],"raw_content":"<!--section=description-->\n<p>This plugin is designed to be a simple solid base for managing an FAQ section on your web site.<\/p>\n\n<p>It consists of:<\/p>\n\n<ul>\n<li>A simple 'faq' post type<\/li>\n<li>[faqs \/] shortcode<\/li>\n<li>FAQ search widget<\/li>\n<li>FAQ search form template tag<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>faqz<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"why%20aren%27t%20there%20may%20options%20and%20features%3F\"><h3>Why aren't there may options and features?<\/h3><\/dt>\n<dd><p>This is just a first release. More to come...<\/p><\/dd>\n<dt id=\"why%20so%20many%20breaking%20changes%20in%20version%202.0%3F\"><h3>Why so many breaking changes in version 2.0?<\/h3><\/dt>\n<dd><p>The main post type was changed to <code>faq<\/code> so the plugin is easier to migrate to\/from other FAQ plugins. Front end CSS classes were changed to reflect this and follow a more predictable BEM format. Code and plugin hooks retained their <code>faqz<\/code> namespace. It is possible to reinstate some backward compatibility using the filters mentioned in the changelog and updating your template names and CSS files.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.0<\/h4>\n\n<ul>\n<li>Breaking Change: Post type <code>faqz<\/code> is now <code>faq<\/code>. Use <code>faqz_registered_post_type<\/code> filter for backwards compatibility.<\/li>\n<li>Breaking Change: Taxonomy <code>faqz-category<\/code> is now <code>faq-category<\/code>. Use <code>faqz_registered_taxonomy<\/code> filter for backwards compatibility.<\/li>\n<li>Breaking Change: Post type single and archive URL slug is now <code>faqs<\/code> instead of <code>faqz<\/code>. Use <code>register_faq_post_type_args<\/code> filter to change.<\/li>\n<li>Breaking Change: Category URL slug is now <code>faq-category<\/code> instead of <code>faqz-category<\/code>. Use <code>register_faq-category_taxonomy_args<\/code> filter to change.<\/li>\n<li>Breaking Change: <code>faqz<\/code> shortcode is now <code>faqs<\/code>.<\/li>\n<li>Breaking Change: Removed <code>faqz_register_post_type_args<\/code> filter. Use <code>register_faq_post_type_args<\/code>.<\/li>\n<li>Breaking Change: Removed <code>faqz_register_taxonomy_args<\/code> filter. Use <code>register_faq-category_taxonomy_args<\/code>.<\/li>\n<li>Breaking Change: Optional template <code>search-faq.php<\/code> changed to <code>search-faqz.php<\/code>.<\/li>\n<li>Breaking Change: Optional template <code>searchform-faqz.php<\/code> changed to <code>searchform-faq.php<\/code>.<\/li>\n<li>Breaking Change: <code>faqz_context<\/code> arg removed from faqz_list() display method.<\/li>\n<li>Breaking Change: CSS classes for search form and default FAQs output changed.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Rename to \"Frequently Asked Questions (FAQs).<\/li>\n<li>Fix plugin check notices.<\/li>\n<\/ul>\n\n<h4>0.3<\/h4>\n\n<ul>\n<li>Make FAQz post type public by default.<\/li>\n<li>Register <code>faqz_category<\/code> taxonomy.<\/li>\n<li>Set rewrite slug <code>with_front<\/code> to false.<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>Code tidy\/restructure and documentation.<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>First release.<\/li>\n<\/ul>","raw_excerpt":"Simple management of Frequently Asked Questions (FAQ) via post type and categories.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/20312","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=20312"}],"author":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/husobj"}],"wp:attachment":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=20312"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=20312"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=20312"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=20312"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=20312"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=20312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}