开发者 | shariqkhan2012 |
---|---|
更新时间 | 2018年4月29日 23:53 |
捐献地址: | 去捐款 |
PHP版本: | 5.2.4 及以上 |
WordPress版本: | 4.9.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
To display a pricing table on a page or post , just use this shortcode at the place where you want it to be displayed:
Example:
[ rptb_table id = 1295]
If you want to display it in a template, then the PHP way of doing it would be:
<?php do_shortcode('[rptb_table id=ID]'); ?>
where ID is the ID of the pricing table
Example:
<?php do_shortcode('[rptb_table id=1295]'); ?>
To display a table group, use the shortcode [rptb_group id = 1295,1262] where 1295, 1262 etc. are the IDs of the individual tables you want to display in the group. See this page for more details about "Pricing Groups"