Hello All,
I'm the owner of the website, thank you all for your cooperation, the problem has been resolved.

Here is the solution:

Open lib/admin/inc/theme-widgets.php and find both occurrences of:
Code: 
if($pagination == "enable") {
        $review_paging = "'paged' => $paged";
        } else {}
Replace each with:
Code: 
if($pagination == "enable") {
        $review_paging = $paged;
        } else {}
Now find both occurrences of:
Code: 
$review_paging,
And replace with:
Code: 
'paged' => $review_paging,
UA3 Reviewed by UA3 on . Wordpress problem / bug Hi guys if you check http://arab-gb.com/wp/ go down and try to go to page 2 http://arab-gb.com/wp/?paged=2 it will stil show the same posts as page 1 Rating: 5