Sha256: 1d6689e16adcaef96f682eb0bd337fc9aaef7e4f7db7f809d8136894f4db6288

Contents?: true

Size: 316 Bytes

Versions: 13

Compression:

Stored size: 316 Bytes

Contents

<ul>
  <?php if (have_posts() ): ?>
    <?php while (have_posts() ): the_post(); ?>
      <li>
        <a href="<?php the_permalink(); ?>">
          <?php the_title(); ?>
        </a>
      </li>
    <?php endwhile; ?>
  <?php else: ?>
    <li>
      <a>Not found</a>
    </li>
  <?php endif; ?>
</ul>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
edge_framework-1.3.1 template/wordpress/content-posts.php
edge_framework-1.3.0 template/wordpress/content-posts.php
edge_framework-1.2.9 template/wordpress/content-posts.php
edge_framework-1.2.7 template/wordpress/content-posts.php
edge_framework-1.2.6 template/wordpress/content-posts.php
edge_framework-1.2.5 template/wordpress/content-posts.php
edge_framework-1.2.4 template/wordpress/content-posts.php
edge_framework-1.2.3 template/wordpress/content-posts.php
edge_framework-1.2.2 template/wordpress/content-posts.php
edge_framework-1.2.1 template/wordpress/content-posts.php
edge_framework-1.2.0 template/wordpress/content-posts.php
edge_framework-1.1.0 template/wordpress/content-posts.php
edge_framework-1.0.0 template/wordpress/content-posts.php