codepolitanlab / pusakacms

Pusaka CMS is a file-based Content Management System built on top of CodeIgniter Framework
http://pusakacms.github.io/
70 stars 72 forks source link

Add Readmore divider for blog post #8

Closed yllumi closed 9 years ago

yllumi commented 9 years ago

Create readmore by adding intro field

yllumi commented 9 years ago

done 8a1fe13763d6ee653794cdea39f72bd65d2cfe88

use <?php echo $post['intro']; ?> instead of <?php echo $post['content']; ?> in post-loop.php