add read more link to loop items

This commit is contained in:
Mark Moser 2018-10-07 14:31:57 -05:00
parent cdf8fb5b2f
commit 82e73ecf2d

View File

@ -13,6 +13,7 @@
the_title( '<h1>', '</h1>' ); the_title( '<h1>', '</h1>' );
echo "</a>"; echo "</a>";
the_excerpt(); the_excerpt();
echo "<a href=\"".get_permalink()."\">Read more -></a>";
echo "</div>"; echo "</div>";
echo "</section>"; echo "</section>";
} }