Its on local…But I can explain the situation. I am not using index.php as this is not happening on the frontpage. My structure is as follows.
Site is set to display blog on first/frontpage and set to show only 1 newest post. I then have a category called “Articles”. So on my navigation, I have a link that is named Article and link to https://mysite.com/category/article/. Clicking on that takes me the a page that just displays posts. That link renders its code from a file called category.php in my theme folder. However, I will note that to make that page, I copied the loop items from index.php to category.php.
Please note that it is not a actual page I created inside WP, its just a template driving the loop.
Am I doing something wrong?