Hi everyone,
I need to make an FAQ accordian for my website, but I don’t really want to use a plugin. Mainly because I’m trying to build a super lightweight site without many plugins, but also because I want to expand my skills as a wordpress dev.
I need the faq accordian to be dynamically updated across the site whenever it’s changed, and it needs to be editable by a non-tech user (otherwise I’d just write a functions.php shortcode). Ideally something in the WP admin dashboard that allows the questions and answers to be written.
Would this be best done as a custom plugin, custom block, or custom post type, or something else?
I don’t have much experience with WordPress backend so this is a great learning opportunity for me
Thanks for any help!
[ad_2]
Just use an accordion plugin. Or if you know how to code, build it in ACF – it’s a simple job.