RaaselBrig
Coder

page 2 showing nothing but a keyword of "page 2". while my first page doing fine

i already add
PHP:
{
if ($query_string['name'] == 'page' && isset($query_string['page'])) {
unset($query_string['name']);
$query_string['paged'] = $query_string['page'];
}
return $query_string;
add_filter('request', 'remove_page_from_query_string');
}
on my functions.php, but those problems still there