Sha256: ec4c04ccdb99d649bbe70115135cc6261966a7c11a0cf934ecff74ca41bfa77e
Contents?: true
Size: 316 Bytes
Versions: 13
Compression:
Stored size: 316 Bytes
Contents
<?php $posts = Post::find(); ?> <div class="row"> <div class="large-6 column large-centered"> <?php if($posts->have_posts() ): while($posts->have_posts() ): $posts->the_post(); ?> <h1><?php the_title(); ?></h1> <?php the_content(); ?> <?php endwhile; endif; ?> </div> </div>
Version data entries
13 entries across 13 versions & 1 rubygems