We are using source theme at startuptalky.com. I am facing couple of challenges-
We are using magazine template and have created a category - StartupTalky (Page 1)
If we publish more than 5 article in news section in any particular day, articles starts to disappears from the home page.
The /news/ section only contains articles from all tagged as News but also has mixed articles.
If your Source theme isn’t displaying all posts, it could be a pagination issue or incorrect filters in your theme code. Check your routes.yaml configuration and ensure your theme properly handles post visibility settings.
Source doesn’t respect routing (so routes.yaml is not in control of the / route, mostly), and the behavior of the homepage and first paginated page is a little quirky. It makes a bunch of #get requests on the homepage, which is why you aren’t seeing the expected behavior. You could edit it, or select a different theme.