starter-theme icon indicating copy to clipboard operation
starter-theme copied to clipboard

The "_s" for Timber: a dead-simple theme that you can build anything from

Results 37 starter-theme issues
Sort by recently updated
recently updated
newest added

`index.php` contains the following: ``` php $templates = array( 'index.twig' ); if ( is_home() ) { array_unshift( $templates, 'home.twig' ); } ``` So, if the current page is the home...

> Gotcha, in my case, I never uses the footer.php solution in my 100+ timber projects :D So I think running those two hooks mimics that. I self-assigned this to...

Now Timber 2.0 is released I went though this repo and written down the things that could use some love. I could create a PR for 1,2, 4,5 and cleanup...

help wanted
2.x

Related: - #159 ## Issue Now all the main changes are merged, we can start fixing the phpcs and phpstan issues. ## Solution Do all the fixes! While at it,...

> * the style.css file is included in the head.html. I find myself using the enqueue functions to add compiled css/js files that way. Maybe we could one day in...

### Expected Behavior No Fatal Error ### Actual behavior Fatal error: Uncaught InvalidArgumentException: Expected an instance of Timber\CoreInterface or WP_Term, got stdClass in /var/www/html/wordpress/wp-content/themes/hampteraptor/vendor/timber/timber/src/Factory/MenuFactory.php:172 Stack trace: #0 /var/www/html/wordpress/wp-content/themes/hampteraptor/vendor/timber/timber/src/Factory/MenuFactory.php(76): Timber\Factory\MenuFactory->from_object(Object(stdClass), Array)...

I haven't kept up with the changelogs lately but it seems that something has changed related to action hooks. With freshly initialized WP 6.8.3 and timber-starter-theme using Timber v2.3.3 from...