This repository contains the 4 part series for the Collapsible Content Plugin hands-on code building project on Know the Code. Each part of this series builds a portion of the completed plugin. However, each part is a fully functional, ready to use in your project plugin.
The Collapsible Content WordPress plugin allows you to show and hide content using jQuery and CSS. It’s commonly used in Q&A, FAQ, hints, captions, bios, and extra content reveals.
The four part series teaches you deeply about WordPress, custom plugin development, jQuery, PHP, and more:
- Part 1 provides you with a fully functional custom plugin with 2 shortcodes.
- Part 2 - you'll add a FAQ custom post type, taxonomy, archive template, and shortcode.
- Part 3 - You'll make the plugin more reusable by re-architecting it to the ModularConfiguration design pattern.
- Part 4 - You'll convert this plugin from procedural to OOP.
All feedback, bug reports, and pull requests are welcome.