Blog

You can use this code to show posts, Page becomes a category.

<div class="section blog-posts">
  <div class="container">
    <div class="row">
      <div class="col span 12_of_12">
        <?php
          $plug_type = "blog";
// url rewrite name or leave blank
          $posts_title = "Category: "; // open post back link
          $no_posts_response = "No posts in this category yet!";
          $close_body = "yes";
          $close_slider = "no";
          include $PLUG{'posts'};
        ?>

      </div>
    </div>
  </div>
</div>