For blog.tpl

Variable Name

Description

Field

$postList

Post list (with pagination)

array(

  0 => array(

      'id'           => '',

      'title'        => '',

      'content'      => '',

      'excerpt'      => '',

      'time_created' => '',

      'slug'         => '',

      'feature_img'  => ''

  )

)

$totalPage

Total pages for post list pagination

Number

$pageParam

Archive page type (Keyword/Tag/Category/Date)

array(

    'type'  => '',

    'title' => '',

    'lang'  => ''

)