[ad_1]
[ad_2]
Can I have a accordion like this one in wordpress : https://codepen.io/jakob-e/full/MWzRjNe but as a plugin where I can add new ones as requested ?
Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
Yes, you can make it as a plugin.
1. Just create a custom post type. This custom post type will be used to add new items in accordion.
2. Keep the title, content & featured image meta box there.
3. Add new metabox to upload icon.
4. In front end, query the custom post type & display the accordion.