timber / starter-theme

The "_s" for Timber: a dead-simple theme that you can build anything from
MIT License
817 stars 276 forks source link

Update get_preview to new PostPreview API #52

Closed daronspence closed 6 years ago

daronspence commented 6 years ago

In the spirit of #hacktoberfest, I figured I would contribute back to my favorite WP plugin!

This one is pretty simple but I ran into it the other day. Just updating the tease views to use post.preview instead of the now deprecated post.get_preview.

jarednova commented 6 years ago

Thanks @Daronspence!