v2.1 - Enhanced with Navigation

Tripsora Blog Template System

A modern, responsive blog template system for travel content with beautiful design, enhanced user experience, and article navigation.

🆕 New Feature: Article navigation (next/previous) is now automatically added to each article page, providing seamless navigation between related content.

Usage Examples:

What's New in v2.1:

Integration Examples:

// Include in your existing template
$template = new TripsoraBlogTemplate();

// Render modern article grid
echo $template->renderArticleListPage();

// Get article data for custom rendering
$article = $template->getArticleData();

// Render just the article content (includes navigation)
echo $template->renderArticleOnly();

// Get specific article with navigation
$article = $template->getArticleData("2025-09-20_19-51-59_fall-colors.xml");