Changing max number of blog posts per page doesn’t work

If it doesn’t work then there must be some problem or overwrite in your custom theme,

add this code in your index.php or where ever you want to show the custom number of posts,

query_posts( $query_string . '&posts_per_page=1' );

change ‘1’ to any number you want