Topic: Blog pagination
Simple preview:

Instructions:
Config.php: 
        'num_of_pages' => 3, // Number of posts
        'plugins' => array(
            'markdown',
            'sitemap',
            'pagination', // Activate / Desactivate plugin
        )Remplace blog code for this:
<?php echo Morfy::factory()->runAction('pagination');?>In plugins/pagination/lib you have css and js folders to make more pretty 











