WP Manifestindependent plugin directory
manifest / content / mjj-faq

MJJ FAQ Dependent

a small WordPress plugin which makes faqs using the WP API and React

by JJ Jay · github.com/tharsheblows/mjj-faq

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/tharsheblows/mjj-faq/archive/refs/heads/dependent.zip

Readme

A NOTE ABOUT THIS BRANCH

This branch works with mjj-react-scripts -- it doesn't require the individual packages itself but picks them up from that plugin. It's mainly a proof of concept at the moment because I'm not confident it will work correctly yet.

The description

This is a WordPress plugin which makes a simple little faq. Or simple little faqs if you make more than one.

It makes a custom post type, mjj_faq, which appears as "FAQs" in the menu. You can use Markdown in the "answer" box for each entry. But no html tags. Those will be stripped out.

Then take the quiz!

requirements

caveats and disclaimers

This is a work in progress and mainly a shell for something later. It's untested and I'm sure will change once I do that! Use at your own peril.

Read the full README on GitHub →