Description
The WPSSO FAQ Manager allows you to easily manage Questions / Answers from a standard WordPress editing page, and combine your Questions / Answers into FAQ groups.
You can use the standard WordPress FAQ group archive and question page templates and URLs, and/or use the [faq]
and [question]
shortcode(s) in your content.
The WPSSO FAQ Manager add-on uses a ‘question’ custom post type and ‘faq_category’ custom taxonomy to manage single Questions / Answers and FAQ groups. If you need to adjust the default FAQ group archive page layout, see the WordPress Theme Handbook > Custom Taxonomy section for details on creating a new FAQ group archive template based on your current theme templates.
WPSSO Core Required
WPSSO FAQ Manager (WPSSO FAQ) is an add-on for the WPSSO Core plugin.
Screenshots
Installation
Install and Uninstall
Reviews
Contributors & Developers
“WPSSO FAQ Manager” is open source software. The following people have contributed to this plugin.
Contributors“WPSSO FAQ Manager” has been translated into 2 locales. Thank you to the translators for their contributions.
Translate “WPSSO FAQ Manager” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
Version Numbering
Version components: {major}.{minor}.{bugfix}[-{stage}.{level}]
- {major} = Major structural code changes and/or incompatible API changes (ie. breaking changes).
- {minor} = New functionality was added or improved in a backwards-compatible manner.
- {bugfix} = Backwards-compatible bug fixes or small improvements.
- {stage}.{level} = Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate).
Standard Edition Repositories
Development Version Updates
WPSSO Core Premium customers have access to development, alpha, beta, and release candidate version updates:
Under the SSO > Update Manager settings page, select the “Development and Up” (for example) version filter for the WPSSO Core plugin and/or its add-ons. Save the plugin settings and click the “Check for Plugin Updates” button to fetch the latest version information. When new development versions are available, they will automatically appear under your WordPress Dashboard > Updates page. You can always reselect the “Stable / Production” version filter at any time to reinstall the latest stable version.
Changelog / Release Notes
Version 4.0.2 (2022/03/23)
- New Features
- None.
- Improvements
- Added support for the new ‘posts_args’ array in the
$mod
variable.
- Added support for the new ‘posts_args’ array in the
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v11.7.2.
Version 4.0.1 (2022/03/07)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Updated
SucomUtilWP
method calls toSucomUtil
for WPSSO Core v11.5.0.
- Updated
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v11.5.0.
Version 4.0.0 (2022/02/02)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Updated
SucomUtilWP::get_post_types()
andSucomUtilWP::get_taxonomies()
method arguments.
- Updated
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v10.0.0.
Version 3.13.1 (2022/01/27)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Added support for the new
WpssoSchema->get_mod_script_type_application_ld_json_html()
method.
- Added support for the new
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v9.15.0.
Version 3.13.0 (2022/01/19)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Renamed the lib/abstracts/ folder to lib/abstract/.
- Renamed the
SucomAddOn
class toSucomAbstractAddOn
. - Renamed the
WpssoAddOn
class toWpssoAbstractAddOn
. - Renamed the
WpssoWpMeta
class toWpssoAbstractWpMeta
.
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v9.14.0.
Version 3.12.4 (2021/12/05)
- New Features
- None.
- Improvements
- Added an ‘href’ and ‘return false;’ to the onClick event for the “Click Question to Show Answer” option feature.
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v9.10.1.
Version 3.12.3 (2021/12/03)
- New Features
- None.
- Improvements
- Renamed “FAQ Categories” to “FAQ Groups”.
- Added a filter to change ‘Add title’ to ‘Question title’ in the classic and block editors.
- Added a filter to change ‘Type / to choose a block’ to ‘Answer text / to choose a block’ in the block editor.
- Added an action to show ‘Add Answer’ or ‘Edit Answer’ between the title and content areas in the classic editor.
- Bugfixes
- Fixed the Question and FAQ shortcode list column width.
- Developer Notes
- None.
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v9.10.1.
Version 3.12.1 (2021/11/27)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Updated
SucomForm::get_no_input_clipboard()
calls toSucomForm->get_no_input_clipboard()
.
- Updated
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v9.9.0.
Version 3.12.0 (2021/11/20)
- New Features
- None.
- Improvements
- Added a new “Show Document SSO Metabox” option for the question post type and faq_category taxonomy.
- Bugfixes
- None.
- Developer Notes
- Renamed the WPSSOFAQ_CATEGORY_TAXONOMY constant to WPSSOFAQ_FAQ_CATEGORY_TAXONOMY.
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v9.8.1.
Version 3.11.2 (2021/11/16)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Refactored the
SucomAddOn->get_missing_requirements()
method.
- Refactored the
- Requires At Least
- PHP v7.2.
- WordPress v5.2.
- WPSSO Core v9.8.0.
Version 3.11.1 (2021/10/06)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Standardized
get_table_rows()
calls and filters in ‘submenu’ and ‘sitesubmenu’ classes.
- Standardized
- Requires At Least
- PHP v7.0.
- WordPress v5.0.
- WPSSO Core v9.1.0.
Version 3.11.0 (2021/09/24)
Maintenance release for WPSSO Core v9.0.0.
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.0.
- WordPress v5.0.
- WPSSO Core v9.0.0.
Version 3.10.1 (2021/06/16)
- New Features
- None.
- Improvements
- Minor update for FAQ Manager settings page translation strings.
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.0.
- WordPress v5.0.
- WPSSO Core v8.34.0.
Version 3.10.0 (2021/05/15)
- New Features
- None.
- Improvements
- Added new options in the SSO > FAQ Settings page:
- FAQ Shortcode Title Heading
- Question Shortcode Title Heading
- Added new ‘heading’ and ‘title’ shortcode attributes:
- See the FAQ shortcode documentation.
- See the Question shortcode documentation.
- Added new options in the SSO > FAQ Settings page:
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.0.
- WordPress v4.5.
- WPSSO Core v8.28.2.
Version 3.9.1 (2021/02/25)
- New Features
- None.
- Improvements
- Updated the banners and icons of WPSSO Core and its add-ons.
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.0.
- WordPress v4.5.
- WPSSO Core v8.25.2.
Version 3.9.0 (2020/12/11)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Updated the
get_posts_mods()
module object call for WPSSO Core v8.17.0.
- Updated the
- Requires At Least
- PHP v7.0.
- WordPress v4.5.
- WPSSO Core v8.17.0.
Version 3.8.0 (2020/12/02)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Included the
$addon
argument for library class constructors.
- Included the
- Requires At Least
- PHP v5.6.
- WordPress v4.5.
- WPSSO Core v8.16.0.
Version 3.7.1 (2020/10/17)
- New Features
- None.
- Improvements
- Refactored the add-on class to extend a new WpssoAddOn abstract class.
- Bugfixes
- Fixed backwards compatibility with older ‘init_objects’ and ‘init_plugin’ action arguments.
- Developer Notes
- Added a new WpssoAddOn class in lib/abstracts/add-on.php.
- Added a new SucomAddOn class in lib/abstracts/com/add-on.php.
- Requires At Least
- PHP v5.6.
- WordPress v4.4.
- WPSSO Core v8.13.0.