Blog → single_cat_title(); ?>
if($paged<2):
echo '
( page '.$paged.'/'.$totalpage.' )';
endif;
?>
echo category_description( get_category_by_slug(get_query_var('category_name'))->term_id ); ?>
//while( have_posts() ): the_post();
if ( $the_query->have_posts() ) :
while ( $the_query->have_posts() ) : $the_query->the_post();
?>
if( has_post_thumbnail() ) :
the_post_thumbnail('thumbnail');
else:
echo '
';
endif;
?>
Elsevier presents ManRos Therapeutics' research programmes and strategic plan.
//get_template_part('content','blog');
endwhile;
endif;
?>
/**
* Pagination
*
*/
if($wp_query->found_posts>get_option( 'posts_per_page' )) :
?>
endif;
?>