Extra information:
I use this code to render the view:
?php while ( have_posts() ) : the_post(); ?> <?php echo render_view(array('id' => '21')); ?> <?php endwhile; ?>
Extra information:
I use this code to render the view:
?php while ( have_posts() ) : the_post(); ?> <?php echo render_view(array('id' => '21')); ?> <?php endwhile; ?>