Linux 软件免费装
Banner图

AD Sliding FAQ

开发者 anybodesign
bizingreclaire
thierrypigot
sebastienserre
更新时间 2020年4月22日 15:37
PHP版本: 4.0 及以上
WordPress版本: 5.4
版权: GPLv2 or later
版权网址: 版权信息

标签

faq accordion faqs wordpress faq faq plugin frequently asked questions

下载

1.6.5 1.6.6 1.7 1.8 1.9 1.9.1 2.0 2.1 2.2 2.3 2.4

详情介绍:

AD Sliding FAQ creates a custom post type in order to create your FAQ. Once your FAQ posts are created you can add the FAQ in a page or a post with a shortcode, or in a template with a function. This plugin has been created with accessibility in mind. How-To To display your FAQ use the shortcode [sliding_faq] in a page or a post. By default, the questions are wrapped inside a H2 HTML tag. If you want to have H3 instead, just add the attribute heading to the shortcode, for example: [sliding_faq heading='h3']. You can create different topics for your FAQ using the custom taxonomy FAQ Topics, this way you can display multiple FAQ. To do so, add the topic attribute to the shortcode with the name of your topic(s), for example: [sliding_faq topic='Accessibility, SEO']. You can of course use both attributes: [sliding_faq heading='h3' topic='Accessibility']. Featured images are now supported and the default size is 'thumbnail'. You can choose other dimensions size with the 'size' attribute: [sliding_faq size='large']. The attribute will support thumbnail, medium, large and full or any custom size. (Note that you'll have to customize the CSS if you want to display a large image.) Translations You can translate AD Sliding FAQ on translate.wordpress.org. To-Do

安装:

屏幕截图:

  • FAQ List View
  • FAQ Editor View
  • The FAQ on a page
  • The Shortcode attributes

升级注意事项:

2.3 Add the possibility to display a featured image, and only load the JS on the pages where the shortcode is inserted 2.2 Add possibility to display several topics in one shortcode 1.7 Accessibility and SEO improvements.

常见问题:

How can I display my FAQ?

To display your FAQ, just add the shortcode [sliding_faq] in a post or a page! Use the heading attribute to select the heading level, for example: [sliding_faq heading='h3']. Use the topic attribute to display multiple FAQ, for example: [sliding_faq topic='Accessibility, SEO'].

Can I use a function directly in one of my theme templates to display my FAQ?

Sure, you can use the function <?php sliding_faq(); ?> in your theme templates. As for the shortcode, you can choose the heading level you want instead of h2 for the questions, for example: <?php sliding_faq('h3'); ?>, and you can choose a FAQ topic: <?php sliding_faq('h3','Accessibility'); ?>

更新日志:

2.4 - 2020-04-22 2.3 - 2018-07-22 2.2 - 2018-04-13 2.1 - 2018-04-04 2.0 - 2018-03-29 1.9.1 - 2018-03-28 1.9 - 2018-03-28 1.8 - 2017-11-24 1.7 - 2017-07-06 1.6.6 - 2017-07-02 1.6.5 - 2017-06-29 1.6 - 2017-06-08 1.5 - 2017-06-07 1.4 - 2017-06-02 1.3 - 2016-10-12 1.2 - 2015-11-12 1.1 - 2015-10-02 1.0 - 2015-06-30