I figured it out. I started removing snippets and when I removed this
<?php query_posts('posts_per_page=1');
from the the single.php and page.php everything is now working.
So now it’s just:
<?php if ( have_posts() ) : ?>
I had seen that in another topic and tried my best, but could not, for the life of me, get it to work.
Thank you!