@gamejump, try deactivate all plugins and check again
yes yoast giving that two pagination
can you please tell me how to hide the page numbers from index page
and page numbers from the top post just want to show below post
@gamejump,
Can you give me link to your website? I am confused becouse Basic don’t have pagination at the top post
nsfwhere
want to hide the pagination links from the index page also

-
This reply was modified 9 years, 1 month ago by
gamejump.
yes but how to remove from the index
and from the top of post
only show in post end
Try add the following snippet to file functions.php of child theme or plugin FunctionsPHP:
function myslug_wp_link_pages_args( $args ){
$args['echo'] = 0;
return $args;
}
add_filter( 'wp_link_pages_args', 'myslug_wp_link_pages_args' );
one more problem at other site

the featured images are coming bigger how to make it smaller like in your theme demo
my media setting 
thanks for the help
see at one site i am using your theme which gives me this result

and on another this one givine me this result

how can i lowed down the first site request and on home page there is no external things just the normal post links to internally
Please suggest
Those results depending not of a theme only but of plugins, global settings, images count, hosting quality, etc. Unfortunately, I am can’t help with this question in one answer