Hi!
First of all, I enjoyed this refresher! 😊
One thing to improve is have the listing of posts on the homepage to include posts that don't have comments.
Currently, due to that JOIN query on Posts() method, it returns only those posts have have comments.
Hi!
First of all, I enjoyed this refresher! 😊
One thing to improve is have the listing of posts on the homepage to include posts that don't have comments.
Currently, due to that JOIN query on
Posts()method, it returns only those posts have have comments.