query("SELECT * FROM posts ORDER BY created_at DESC"); $posts = $stmt->fetchAll(); ?>

...

Read More