I have two static pages, one for index and another for my posts.
They both are calling two template files, index.php and news.php
They both are calling each file separately, index-loop.php and news-loop.php
However, they I can't figure out why my news.php calling news-loop.php page isn't properly calling all posts and showing the sidebar.
I need someone to take a look at news.php calling news-loop.php and tell me why it is not calling all posts and why it is not showing the sidebar widgets.