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