How to create new accordion?
- After installing accordions plugin you will see the menu Accordions.
- to create go Accordions > Add new You will see the options for accordion under Accordions Options ,
- Choose options as you need under style tab and click content tab to input accordion content.
- When option setup done please publish or update accordion as like post.
- To display accordion on page you need to copy short-codes from Short-code area.
- You can use this short-code in page content or for php file you can use php code.
Short-code inside content
[accordions id="1234"]
Short-code for themes PHP files
<?php echo do_shortcode("[accordions id='1234' ]"); ?>