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:
- Article Navigation: Automatic next/previous article links
- Smart Context: Navigation shows article titles and summaries
- Responsive Design: Navigation adapts beautifully to mobile devices
- Edge Case Handling: Gracefully handles first/last articles
- Modern Styling: Cohesive design that matches the existing template
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");