404 not found error on pagination
Put your code in the template file category.php. Remove all the part before the loop: once in category template, you don’t need to get the category, get the paged, run again the query with query_posts… So your category.php should simply appear like so: if ( have_posts() ) : while ( have_posts() ) : the_post(); $image … Read more