Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: [Waiting for user feedback] error in view when there are no posts made by an author

$
0
0

Hi,

Just solved the issue my code was not correct as it seemed

changed

?php while ( have_posts() ) : the_post(); ?>
            <?php    echo render_view(array('id' => '562')); ?>
            <?php endwhile; ?>

into

<?php while ( have_posts() ) : the_post(); ?>
			<?php	echo render_view(562); ?>
			<?php endwhile; ?>

Viewing all articles
Browse latest Browse all 20145

Trending Articles