No products in the cart.
Access our premium support and let us know your problems, we will help you solve them.
<?php extract($args); ?>
<div id="posts-container">
<?php foreach ($custom_posts as $post): ?>
<?php echo $post->post_title; ?>
<?php endforeach; ?>
</div>
In the template. Saved the problem.