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

When a post has no featured image, there is an empty `````` element in each single post. Singe.twig seems to assume there is always a featured image on a post,...

enhancement

Could you add this theme as a composer package to the wpackagist.org website?

Could the starter-theme show the following: * how to load custom css (or scss) * how to use static assets like images * search box * internationalization i18n

enhancement
help wanted

Today I have found a bug in the starter-theme/templates/single-password.twig. I was getting 502 on WP Engine for password-protected pages and posts. After some research, it turned out that WP Engine...

enhancement
help wanted

I've read all the examples and searched the issues here but I can't get my head around how the ACF flexible content fields work via Timber, or how to use...

My site is giving off this error: [Wed Sep 04 18:04:09.484966 2019] [php7:error] [pid 3862] [client 23.31.164.153:11890] PHP Fatal error: Uncaught RuntimeException: Passing a name as a first argument to...

### I add just one line to get this [tutorial](https://timber.github.io/docs/getting-started/theming/) working in the single.php file. #### This is the tutorial part: ```twig {% extends "single.twig" %} {% block headline %}...

I typically install the Timber plugin via the WP admin, so maybe I am missing something, however, when I install Timber plugin via Composer and use this starter theme, I...

Sometimes the title tag gets duplicated with the current setup when using Yoast SEO Plugin.

### Description of the issue In the starter theme and documentation, the following code is included: ```php $post = new TimberPost(); $context['post'] = $post; ``` This seems to override the...