Custom Post Type: FAQs
WordPress custom post type for FAQs
by @monkishtypist · github.com/monkishtypist/wpcpt-faqs · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/monkishtypist/wpcpt-faqs/archive/refs/heads/master.zipReadme
WP CPT: FAQs
WordPress custom post type for FAQs
Adds a custom post type to WordPress called FAQs. Includes a shortcode [faqs] to embed FAQs into your posts/pages as a Bootstrap Accordion.
Learn more about Bootstrap Accordions.
Installation
Manual Install
Download the latest release from GitHub. Unzip the contents to your WordPress Plugins directory (you may need to remove the release version from the directory name). Activate plugin in WordPress admin.
Using Composer
You can add the plugin to your install via composer using the following:
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/monkishtypist/wpcpt-faqs"
}
],
"require": [
{
"monkishtypist/wpcpt-faqs": "^v1.0.1",
}
]
}
Shortcode Usage
Insert the following shortcode into your page or post to add a Bootstrap accordion of your FAQs:
[faqs cat="5, 6" id="100, 102, 103" exclude="104, 105"]
cat=Ndisplays all FAQs from specified category(ies)id=Nincludes only FAQs with the listed ID(s)exclude=Nexcludes FAQs with the listed ID(s)- If you combine
catandid, only FAQs matching both criteria are included.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0.4 | Dec 13, 2018 |
| 1.0.3 | Dec 13, 2018 |
| 1.0.2 | Dec 13, 2018 |
| 1.0.1 | Dec 11, 2018 |
| 1.0.0 | Dec 10, 2018 |
| 0.1.0 | Dec 10, 2018 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.