Descripció
Useful and handy FAQ plugin for any WordPress website.
The plugin adds a “FAQ” tab to your wp-admin menu and allows you to enter FAQ Title and FAQ Description.
It will show FAQ in descending order by post publish date.
- Add this shortcode to use this plugin in your page in backend
[website_faq]
-
Add this code if you want to use this plugin in your .php file
<?php echo do_shortcode('[website_faq]');?>
-
Add this shortcode if you want to show FAQ by some specific category in your page in backend
[website_faq category="category_ID"]
- Add this code if you want to show FAQ by some specific category in your .php file
<?php echo do_shortcode('[website_faq category="category_ID"]');?>
Amazing Features
- Responsive
- Categorized
- Shortcode
- jQuery UI Accordion
- Easy to use
- Can be integrated into any wp theme
- All files are easy customizable
Captures
Instal·lació
- Download and extract this plugin to
wp-content/plugins/
- Activate the plugin through the ‘Plugins’ menu in WordPress and start adding your FAQ.
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«Website FAQ (Responsive and Categorized with Shortcode)» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTraduïu «Website FAQ (Responsive and Categorized with Shortcode)» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
1.2
Tested and compatible with WordPress 5.8
1.1
- Update in frontend display
1.0
- Initial release