开发者 |
norcross
curtismchale |
---|---|
更新时间 | 2022年12月14日 07:45 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/
directory or install via the WP admin panelIt uses the custom post type feature to create a dedicated FAQ section in your WordPress site, including categories and tags exclusive to them.
Each FAQ acts like a "post". You can assign your own categories (called topics) or tags and organize as you see fit. You can also use shortcodes to place them on any page as follows:
[faq]
on a post / page[faq faq_id="ID"]
on a post / page[faq faq_topic="topic-slug"]
on a post / page[faq faq_tag="tag-slug"]
on a post / page[faq limit="5"]
on a post / page[faq limit="-1"]
on a post / page[faqlist]
on a post / page[faqcombo]
on a post / page[faqtaxlist type="topics"]
or [faqtaxlist type="tags"]
on a post / page[faqtaxlist type="topics (or tags)" desc="true"]
on a post / pagefaqcombo
shortcode to allow for a list of FAQ titles that inner-link to the content on the pagefaq-cap
to all related admin menu pages. See the Codex on user_has_cap
filter to adjust.