' . ucfirst($post['category'] ?? 'Uncategorized') . '
' . htmlspecialchars($post['title']) . '
' . htmlspecialchars(substr($post['content'], 0, 100)) . '...
' . ucfirst($post['category'] ?? 'Uncategorized') . '
' . htmlspecialchars(substr($post['content'], 0, 100)) . '...
Chưa có bài viết phổ biến nào.
'; } } catch (PDOException $e) { error_log("Index popular posts error: " . $e->getMessage()); echo 'Lỗi tải bài viết phổ biến.
'; } ?>