-
-
Save niklausgerber/3793260 to your computer and use it in GitHub Desktop.
Can this be done more cleverly - and it does not work
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section> | |
<h2 class="nav-element"><a href="<?php echo html($pages->find('blog')->children()->last()->url()) ?>"><?php echo html($pages->find('blog')->children()->last()->title()) ?></a></h2> | |
<p><?php echo html($pages->find('blog')->children()->last()->excerpt(text(), 300)) ?> <a href="<?php echo html($pages->find('blog')->children()->last()->url()) ?>">Read more</a></p> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment