Adds a shortcode tag [get_latest_post] to display an excerpt from your latest blog post.
This plugin adds the ability to put a shortcode tag in any static page or post and have it display an excerpt from your latest blog post.
There are no settings or options.
It generates markup like this, which you can style as desired:
<div class='latest-post'> <p class='title'><a href='http://www.mysite.ca/blog/post'>Look ma, no hands!</a></p> <p class='excerpt'>Today I rode a bicycle …<a href="http://www.mysite.ca/blog/post">Continue reading <span class="meta-nav">→</span></a></p> </div>
/wp-content/plugins/
directory and unzip it.[get_latest_post]
in your pages.