Pricing Table

Pricing Tables

Shortcode

[pricing column=""]
	[plan featured="" title="" price="" term="" button_text="" button_link=""]
	<ul>
		<li>Free Setup</li>
		<li>Unlimited Disk Space</li>
		<li>Unlimited Bandwidth</li>
		<li>Free Domain</li>
	</ul>
	[/plan]
[/pricing]

Options:

  • column: The pricing table columns.
  • plan: The pricing plan, you can add multiple plan.
    • featured: 1/true to make the plan as a featured plan.
    • price: The plan price.
    • term: The plan term, e.g per month.
    • button_text: The plan button text label.
    • button_link: The plan button link destination URL.