starter-theme
starter-theme copied to clipboard
The "_s" for Timber: a dead-simple theme that you can build anything from
Hi, i've prepared the following PR which adds the following set of changes: 1. Make all template strings translatable 2. Use short array notation 3. Fix heading elements not being...
Hi, i've noticed the composer.json was slightly outdated and due to that it was pointing to version of the timber package which doesn't exist anymore, i've pushed the following commit...
Replaces the deprecated class and functions. As is, the 2.x branch doesn't initialize properly or follow 2.x convention. https://timber.github.io/docs/v2/upgrade-guides/2.0/
Updated how author details are retrieved to fix Fatal error ``` PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function Timber\\PostQuery::__construct(), 0 passed in author.php on line 15 and...
Some Managed WordPress hosting companies (WP Engine 👀) modify the wp-login URL for security reasons. Generating the login URL the way WordPress does prevents these issues. More info here: https://wpengine.com/support/error/#444_-_Connection_Closed_Without_A_Response
Hey guys @connorjburton @jarednova First of all thanks a lot for creating Timber and this starter theme. I just wanted to know, is there any plan to **update** this starter...
Fix everything :)
`menu.twig` is including here https://github.com/timber/starter-theme/blob/master/templates/base.twig#L18 with passed parameter `items` This condition https://github.com/timber/starter-theme/blob/master/templates/menu.twig#L1 never triggers because variable `menu` is not available.