query("SELECT * FROM posts ORDER BY created_at DESC"); $posts = $stmt->fetchAll(); $projectName = $_SERVER['PROJECT_NAME'] ?? 'Our Blog'; $projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? 'Sharing updates and insights on design and technology.'; $projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? 'https://images.unsplash.com/photo-1499750310107-5fef28a66643?auto=format&fit=crop&q=80&w=1000'; ?> <?= htmlspecialchars($projectName) ?>

Welcome to

No posts yet.

Head to the Admin panel to write your first article.