Hello Friend.First I congratulate your plugin. Thanks for keeping it updated.
I’m improving it for my feature and only need one thing. One only:
And I created a post type only with prices, etc. And unik-ultimate-pricing-table.php file I put this:
array(
'id' => 'package_currency',
'name' => 'Package Currency',
'object_types' => array( 'post' ), // post type
'cols' => 2,
'type' => 'post_select', 'use_ajax' =>true,
'query' => array( 'posts_per_page' => 1 ),
'multiple' => false ,
'cols' => 2
After registering some prices in my post type, and when it displays the shortcode, only shows the page ID (post type). I wanted to show at least the title and content.
Already changed several codes in shortcode.php in spam below, but there is no solution.
<span class="currency">
<?php echo $feature['package_currency']; ?>
</span>
I’ve looked all over the place on the web but can not find on CMB.
There is possibility?
https://www.ads-software.com/plugins/unik-ultimate-pricing-table/
]]>