Please help me with this small code

Hello guys,

Can someone please help me with this small code?

<?php
global $post;
$args = array( 'posts_per_page' => 20, 'post_type'=> 'freeGallery', 'portfolio_cat' => 'Featured');
$myposts = get_posts( $args );
foreach( $myposts as $post ) : setup_postdata($post); ?>
PHP:
I have 46 posts in total.
I want to show 20 posts per page.
I added a pagination in the bottom of the page.

The problem with my code is that only is showing 20 posts in total, I dont have page 2 and 3 in my...

Please help me with this small code

from PHP http://ift.tt/1MpGNfu
via IFTTT
Previous
Next Post »
Thanks for your comment