getAllContent($type, $limit, $offset, $search, $category_id); // Get total content count for pagination $total_contents = count($contentObj->getAllContent($type, 1000000, 0, $search, $category_id)); $total_pages = ceil($total_contents / $limit); // Get all categories for sidebar $categories = $categoryObj->getAllCategories(); // Get all tags for sidebar $tags = $tagObj->getAllTags(); // Include header include __DIR__ . '/includes/header.php'; ?>
Tidak ada konten yang ditemukan.
<?php echo htmlspecialchars($content['title']); ?>

100 ? htmlspecialchars(substr($content['description'], 0, 100)) . '...' : htmlspecialchars($content['description']); ?>

1): ?>