One of my favorite Jetpack's module is Infinite Scroll. But It's quite tricky to implement it within a Timber theme.
Most WooCommerce theme has that cart dropdown which shows all products you have selected. In this tutorial, we are going to create that with Timber.
WooCommerce is a pain to integrate with Timber. This tutorial will show you the simplest and quickest way to get started.
One convenient way to figure out Timber's stuff by yourself is to dump the variable and methods. We will show you how in this article.
Every WordPress site built with Timber needs Global variable because there is always some data that appears in every page like Menu and Widgets.
Timber works well with ACF but Flexible Content requires a bit different approach to integrate. We will take a look at how to do it here.
Timber is a plugin to separate PHP and HTML code. It makes your code cleaner and more maintainable. A great tool if you want to create a theme from scratch. Let’s take…