timber / starter-theme

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

Update single.php with new Timber\Post() #108

Closed jameelmoses closed 3 years ago

jameelmoses commented 3 years ago

According to this, Timber::query_post() will soon be deprecated.

jarednova commented 3 years ago

Thanks @jameelmoses! You are correct that query_post(); is deprecated. However, based on the new Factories work in 2.x it's now in favor of Timber::get_post(); — I've updated the PR as such.