Results 1 to 7 of 7
  1. #1
    betmentor is offline Public Member
    Join Date
    June 2019
    Posts
    38
    Thanks
    24
    Thanked 9 Times in 7 Posts

    Default What are the best plugin FAQs wordpress?

    I am looking for the best plugin FAQs Wordpress.
    I found some like:

    1. WP Responsive FAQ: Perfect for reaching smartphone visitors as well as desktop users seeking customer support on your site.
    2. Heroic FAQs: A top-notch solution for creating stylish FAQ displays with premium icons and animations.


    Are there any like those? Thank you

  2. #2
    allaboutthebets's Avatar
    allaboutthebets is offline Private Member
    Join Date
    February 2017
    Posts
    940
    Thanks
    905
    Thanked 420 Times in 304 Posts

    Default

    Quote Originally Posted by betmentor View Post
    I am looking for the best plugin FAQs Wordpress.
    I found some like:

    1. WP Responsive FAQ: Perfect for reaching smartphone visitors as well as desktop users seeking customer support on your site.
    2. Heroic FAQs: A top-notch solution for creating stylish FAQ displays with premium icons and animations.


    Are there any like those? Thank you
    Heroic FAQ is good. Easy to use and does the job. Not tried the other so cant comment on that one

  3. #3
    ddm
    ddm is offline Former Member
    Join Date
    July 2006
    Posts
    1,118
    Thanks
    418
    Thanked 470 Times in 287 Posts

    Default

    I wrote my own code for this
    1. I insert faq elements as custom fields in any post ['key' => 'FAQ', 'value' => the FAQ Q&A html.]
    2. Some code in header.php parses the wp_meta to extract the faq elements for a given page. then it creates and inserts the appropriate jsonLD into <head>
    3. page templates also use the same wp_meta custom field data as a source, rendering the visual FAQ elements whatever way I want.

    really simple code, no plugin required.
    I am happy to share code if it saves any of u guys using [quite often slow and bloaty] plugins.

  4. The Following User Says Thank You to ddm For This Useful Post:

    universal4 (26 March 2020)

  5. #4
    universal4's Avatar
    universal4 is offline Forum Administrator
    Join Date
    July 2003
    Location
    Courage is being scared to death...and saddling up anyway. John Wayne
    Posts
    33,924
    Thanks
    4,524
    Thanked 9,285 Times in 5,973 Posts

    Default

    Quote Originally Posted by ddm View Post
    I wrote my own code for this
    really simple code, no plugin required.
    I am happy to share code if it saves any of u guys using [quite often slow and bloaty] plugins.
    I am not currently ready for something like this, but its a great idea and may take you up on that later.

    I too am all for ways to do things without the use of plugins where possible.

    Rick
    Universal4

  6. #5
    ddm
    ddm is offline Former Member
    Join Date
    July 2006
    Posts
    1,118
    Thanks
    418
    Thanked 470 Times in 287 Posts

    Default

    Quote Originally Posted by universal4 View Post
    I am not currently ready for something like this, but its a great idea and may take you up on that later.

    I too am all for ways to do things without the use of plugins where possible.

    Rick
    Universal4
    for future reference, here's my code.
    https://pastebin.com/Qtvh0a6N

    any Q's HMU.

  7. The Following User Says Thank You to ddm For This Useful Post:

    universal4 (26 March 2020)

  8. #6
    universal4's Avatar
    universal4 is offline Forum Administrator
    Join Date
    July 2003
    Location
    Courage is being scared to death...and saddling up anyway. John Wayne
    Posts
    33,924
    Thanks
    4,524
    Thanked 9,285 Times in 5,973 Posts

    Default

    Thanks,

    For the sake of wondering, do you know if this can be easily implemented on html sites when using server side includes also?

    Rick
    Universal4

  9. #7
    ddm
    ddm is offline Former Member
    Join Date
    July 2006
    Posts
    1,118
    Thanks
    418
    Thanked 470 Times in 287 Posts

    Default

    yep. as long as you have php installed - you would just initialize the data in the array $aFaQItemsusing an alternative method (instead of from non-existent wordpress custom fields).

    I am happy to help you work out how to install it on your own sites if you need some help, or hack out a little proof of concept that would work for your own specific setup.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •