>

'; the_post_thumbnail(); echo ''; } the_content(); ?>
5, 'paged' => $paged );// add query params as needed. $innerLoop = new WP_Query($query); // I'm placing pagination at both the top and the bottom of the inner loop itself. // an instance of the WP_Query object is required by this version of the pagination function. paginate_blogroll($innerLoop); //blog archive pagination! // The Loop... if ($innerLoop->have_posts()) { while ($innerLoop->have_posts()) { $innerLoop->the_post(); ?>
>

Posted by on

'; printf('', esc_attr(get_the_permalink())); the_post_thumbnail(); echo ' '; } the_excerpt();// complete with readmore link via functions.php //the_content(); ?>

Tagged under

Filed under

Nothing to see here

Check back later to see if we've posted anything.