Basic Details
Plugin Author(s): Tyche Softwares
Free Version?: Yes
Premium Version?: No
My Rating:
General Description & Notes
Fave for FAQs
Update on 2022-05-28: No longer a fave. It has been abandoned.
Hack to Add Permalink
At LCS70, I hacked the plugin as follows to add a permalink. arconix-faq/includes/class-arconix-faq-display.php
After lin 250, add this:
$html .= '<div class="arconix-faq-content' . $lo . '">' . apply_filters( 'the_content', get_the_content() ); /* Jeff at 2021-08-20, 10:31:59 - Permalink */ $html .= '<div class="arconix-faq-permalink"><a href="' . get_the_permalink() . '">Permalink</a></div>'; $html .= $this->return_to_top( $link );
Pros
- Display flexibility
- Up to date as of 2/6/19
- With simple hack, I can add permalink to display faq standalone. See notes.
Web Sites
- https://wordpress.org/plugins/arconix-faq/
WordPress Repository - https://www.tychesoftwares.com/docs/docs/faq/
Documentation at vendor site
Notable Installations
- Eaton - I use groups for displaying on different pages.
- BeachCourt Villa -