Quantcast
Viewing all articles
Browse latest Browse all 20145

Reply To: error in view when there are no posts made by an author

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; ?>

Viewing all articles
Browse latest Browse all 20145

Trending Articles