Title: jarednova's Replies | WordPress.org

---

# jarednova

  [  ](https://wordpress.org/support/users/jarednova/)

 *   [Profile](https://wordpress.org/support/users/jarednova/)
 *   [Topics Started](https://wordpress.org/support/users/jarednova/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jarednova/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jarednova/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jarednova/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jarednova/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jarednova/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 60 total)

1 [2](https://wordpress.org/support/users/jarednova/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jarednova/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/jarednova/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/jarednova/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timber] Issue in Routers.php file after updating to 6.0 WP version and Timber Plugin](https://wordpress.org/support/topic/issue-in-routers-php-file-after-updating-to-6-0-wp-version-and-timber-plugin/)
 *  Plugin Author [jarednova](https://wordpress.org/support/users/jarednova/)
 * (@jarednova)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/issue-in-routers-php-file-after-updating-to-6-0-wp-version-and-timber-plugin/#post-15762206)
 * This is now resolved in Timber 1.20.0 — thanks [@rakesh1247](https://wordpress.org/support/users/rakesh1247/)!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timber] Render template multiple times per page?](https://wordpress.org/support/topic/render-template-multiple-times-per-page/)
 *  Plugin Author [jarednova](https://wordpress.org/support/users/jarednova/)
 * (@jarednova)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/render-template-multiple-times-per-page/#post-12890497)
 * [@jbchristy](https://wordpress.org/support/users/jbchristy/) hi there! You can
   return the output via `Timber::compile` instead like so …
 * $output = Timber::compile( $layout_template, $context );
    // do other stuff $
   output .= Timber::compile( $layout_template, $context ); // etc.
 * echo $output;
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timber] Why is Timber using such an old version of Twig?](https://wordpress.org/support/topic/why-is-timber-using-such-an-old-version-of-twig/)
 *  Plugin Author [jarednova](https://wordpress.org/support/users/jarednova/)
 * (@jarednova)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/why-is-timber-using-such-an-old-version-of-twig/#post-12419880)
 * [@gutterboy333](https://wordpress.org/support/users/gutterboy333/) it’s a whole
   different workflow outside of the WordPress plugin repo. You manage/update through
   Composer — not the WP plugin dashboard.
 * With Composer/Packagist it becomes a theme dependency that lives inside your 
   project’s `/vendor` directory. Here’s a setup guide from Timber:
 * [https://timber.github.io/docs/getting-started/setup/](https://timber.github.io/docs/getting-started/setup/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timber] Why is Timber using such an old version of Twig?](https://wordpress.org/support/topic/why-is-timber-using-such-an-old-version-of-twig/)
 *  Plugin Author [jarednova](https://wordpress.org/support/users/jarednova/)
 * (@jarednova)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/why-is-timber-using-such-an-old-version-of-twig/#post-12419385)
 * [@gutterboy333](https://wordpress.org/support/users/gutterboy333/) we distribute
   the WP.org version to work with PHP 5.6. Unfortunately that means we have to 
   use Twig 1.x.
 * HOWEVER, you can use Twig 2.x by installing through Composer!
    [https://packagist.org/packages/timber/timber](https://packagist.org/packages/timber/timber)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timber] WordPress 5.3 compatibility](https://wordpress.org/support/topic/wordpress-5-3-compatibility-2/)
 *  Plugin Author [jarednova](https://wordpress.org/support/users/jarednova/)
 * (@jarednova)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/wordpress-5-3-compatibility-2/#post-12152112)
 * [@zsoltbarat](https://wordpress.org/support/users/zsoltbarat/) everything should
   work with 5.3! The readme just needed to be updated. We’re working now to integrate
   of some of the new methods that are now available into the codebase so future
   versions take full advantage of WordPress’s new functionality.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timber] Timber version 1.11.0 warning](https://wordpress.org/support/topic/timber-version-1-11-0-warning/)
 *  Plugin Author [jarednova](https://wordpress.org/support/users/jarednova/)
 * (@jarednova)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/timber-version-1-11-0-warning/#post-12047309)
 * [@henrywright](https://wordpress.org/support/users/henrywright/) this is just
   a catch-all advisement about upgrading Timber. Since it’s just handling template
   processing, there’s no real benefit to upgrading if everything is stable. It’s
   not like an old site will suddenly become better because it went from version
   1.8 to 1.12, but there will become a big risk that old functionality has been
   tweaked over those versions in a way that (unintentionally) breaks something 
   on the site.
 * Thus, we advise to only upgrade if you’re in the midst of active development 
   and will receive the benefit of new features and patches
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timber] Timber include 2x times direcotry “lib”](https://wordpress.org/support/topic/timber-include-2x-times-direcotry-lib/)
 *  Plugin Author [jarednova](https://wordpress.org/support/users/jarednova/)
 * (@jarednova)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/timber-include-2x-times-direcotry-lib/#post-11934022)
 * Thank you [@bartbury](https://wordpress.org/support/users/bartbury/)! I removed
   the duplicate directory — really appreciate the heads-up!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timber] Parse error on “new \Timber\Timber”](https://wordpress.org/support/topic/aprse-error/)
 *  Plugin Author [jarednova](https://wordpress.org/support/users/jarednova/)
 * (@jarednova)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/aprse-error/#post-8614675)
 * Glad to hear [@dparvanova](https://wordpress.org/support/users/dparvanova/)! 
   Yes, Timber requires PHP 5.3
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timber] Creating a TimberObject within twig file](https://wordpress.org/support/topic/creating-a-timberobject-within-twig-file/)
 *  Plugin Author [jarednova](https://wordpress.org/support/users/jarednova/)
 * (@jarednova)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/creating-a-timberobject-within-twig-file/#post-8562118)
 * Two ways…
 * `{{ post.parent.title }}`
 * `{{ Post(post.post_parent).title }}`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timber] Using Timber Routes in Plugin](https://wordpress.org/support/topic/using-timber-routes-in-plugin/)
 *  Plugin Author [jarednova](https://wordpress.org/support/users/jarednova/)
 * (@jarednova)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/using-timber-routes-in-plugin/#post-7545395)
 * [@timlogemann](https://wordpress.org/support/users/timlogemann/) I’d recommend
   using the Routes plugin:
 * [https://github.com/upstatement/routes](https://github.com/upstatement/routes)
 * … we’ve deprecated the routing features of Timber for now (they’ll still be there
   for a while, but no new features/improvements). Routes is probably the best way
   forward for you plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timber] display_date](https://wordpress.org/support/topic/display_date/)
 *  Plugin Author [jarednova](https://wordpress.org/support/users/jarednova/)
 * (@jarednova)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/display_date/#post-7351358)
 * Yes, display_date was removed. But `{{ post.date }}` or `{{ post.post_date|date}}`
   will do the trick.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timber] Dashes in field names](https://wordpress.org/support/topic/dashes-in-field-names/)
 *  Plugin Author [jarednova](https://wordpress.org/support/users/jarednova/)
 * (@jarednova)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/dashes-in-field-names/#post-7443993)
 * [@ageibert](https://wordpress.org/support/users/ageibert/) — I was about to tell
   you to avoid using dashes in fields. I didn’t realize Twig supported array notation.
   Good find!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timber] 1.0.2 update error](https://wordpress.org/support/topic/102-update-error/)
 *  Plugin Author [jarednova](https://wordpress.org/support/users/jarednova/)
 * (@jarednova)
 * [10 years ago](https://wordpress.org/support/topic/102-update-error/#post-7378599)
 * … and it’s now deployed as 1.0.3!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timber] 1.0.2 update error](https://wordpress.org/support/topic/102-update-error/)
 *  Plugin Author [jarednova](https://wordpress.org/support/users/jarednova/)
 * (@jarednova)
 * [10 years ago](https://wordpress.org/support/topic/102-update-error/#post-7378501)
 * thanks [@christianjameswagnergmailc](https://wordpress.org/support/users/christianjameswagnergmailc/)
   I’m working on a hot fix right now that will resolve that!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timber] get_comment_form() returns empty](https://wordpress.org/support/topic/get_comment_form-returns-empty/)
 *  Plugin Author [jarednova](https://wordpress.org/support/users/jarednova/)
 * (@jarednova)
 * [10 years ago](https://wordpress.org/support/topic/get_comment_form-returns-empty/#post-7326506)
 * [@carlosreynolds](https://wordpress.org/support/users/carlosreynolds/) [@oxyplay](https://wordpress.org/support/users/oxyplay/):
   The new version of Timber (1.0.2) restores the old comment_form function and 
   adds a new `{{ post.comment_form }}` method

Viewing 15 replies - 1 through 15 (of 60 total)

1 [2](https://wordpress.org/support/users/jarednova/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jarednova/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/jarednova/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/jarednova/replies/page/2/?output_format=md)