AUTO BATTERY ศูนย์บริการแบตเตอรี่รถยนต์มาตรฐาน จำหน่ายแบตเตอรี่ราคา ส่ง-ปลีก ราคาถูก ติดตั้งฟรี! พร้อมบริการติดตั้ง ทั่วกรุงเทพ และบริการช่วยเหลือฉุกเฉิน Tel. 088-195-0505 ,Line ID: @autobatt

test

Home » test

test

Shortcode Usage examples

Here are a few examples of using the accordion plugin with shortcodes.

[lightweight-accordion title="My Accordion"]My Content[/lightweight-accordion]

Additionally you can display the accordion open on load with the accordion_open option.

[lightweight-accordion title="My Accordion" accordion_open=true]My Content[/lightweight-accordion]
[lightweight-accordion title="My Accordion" accordion_open=true]My Content[/lightweight-accordion]
[lightweight-accordion title="My Accordion" accordion_open=true]My Content[/lightweight-accordion]

You can also change the html tag wrapping the title of the accordion using the title_tag option.

[lightweight-accordion title="My Accordion" title_tag="h3"]My Content[/lightweight-accordion]
[lightweight-accordion title="My Accordion" title_tag="h3"]My Content[/lightweight-accordion]
[lightweight-accordion title="My Accordion" title_tag="h3"]My Content[/lightweight-accordion]

If you want to include FAQ schema you can add the schema option and set it to faq.

[lightweight-accordion title="What is your return policy?" schema="faq"]You have 1 week to return your items[/lightweight-accordion]
[lightweight-accordion title="What is your return policy?" schema="faq"]You have 1 week to return your items[/lightweight-accordion]
[lightweight-accordion title="What is your return policy?" schema="faq"]You have 1 week to return your items[/lightweight-accordion]

If you’d like put a border around the content of the accordion you can use the “bordered” attribute.

[lightweight-accordion title="Bordered Content" bordered=true]My Content[/lightweight-accordion]
[lightweight-accordion title="Bordered Content" bordered=true]My Content[/lightweight-accordion]
[lightweight-accordion title="Bordered Content" bordered=true]My Content[/lightweight-accordion]