PHPackages                             szepeviktor/starter-theme - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. szepeviktor/starter-theme

ActiveWordpress-theme

szepeviktor/starter-theme
=========================

Starter theme to build a Timber theme

v2.0(3y ago)00MITPHPPHP ~7.4.30 || ~8.0.20

Since Mar 14Pushed 2y agoCompare

[ Source](https://github.com/szepeviktor/starter-theme)[ Packagist](https://packagist.org/packages/szepeviktor/starter-theme)[ RSS](/packages/szepeviktor-starter-theme/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

Starter theme for Timber
========================

[](#starter-theme-for-timber)

[![Build Status](https://camo.githubusercontent.com/fb3a226c337e9839af096302b91966dc7c25430f3fb22782d26cfd4717877006/68747470733a2f2f7472617669732d63692e636f6d2f737a65706576696b746f722f737461727465722d7468656d652e7376673f6272616e63683d322e78)](https://travis-ci.com/github/szepeviktor/starter-theme)[![Packagist Version](https://camo.githubusercontent.com/93d063d78c77de663140a309ff5beb3389f34f043b82ca31354f17f2b1d0c46e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737a65706576696b746f722f737461727465722d7468656d65)](https://packagist.org/packages/szepeviktor/starter-theme)

The "\_s" for Timber: a simple theme that you can build from. The primary purpose of this theme is to provide a file structure rather than a framework for markup or styles. Configure your Sass, scripts, and task runners however you would like!

Installing the theme
--------------------

[](#installing-the-theme)

Install this theme as you would any other, and be sure the Timber plugin is activated. But hey, let's break it down into some bullets:

1. Make sure you have installed the plugin for the [Timber Library](https://wordpress.org/plugins/timber-library/) (and Advanced Custom Fields - they [play quite nicely](https://timber.github.io/docs/guides/acf-cookbook/#nav) together).
2. Download the zip for this theme (or clone it) and move it to `wp-content/themes` in your WordPress installation.
3. Rename the folder to something that makes sense for your website (generally no spaces and all lowercase). You could keep the name `timber-starter-theme` but the point of a starter theme is to make it your own!
4. Activate the theme in Appearance &gt; Themes.
5. Do your thing! And read [the docs](https://timber.github.io/docs/).

What's here?
------------

[](#whats-here)

`static/` is where you can keep your static front-end scripts, styles, or images. In other words, your Sass files, JS files, fonts, and SVGs would live here.

`theme/` contains all of the PHP and other files needed by WordPress. When using the Timber Starter Theme as a parent theme, you need to include the theme directory in your child theme’s `style.css` docblock like so: `Template: timber-starter-theme/theme`

`views/` contains all of your Twig templates. These pretty much correspond 1 to 1 with the PHP files that respond to the WordPress template hierarchy. At the end of each PHP template, you’ll notice a `Timber::render()` function whose first parameter is the Twig file where that data (or `$context`) will be used. Just an FYI.

`tests/` ... basically don't worry about (or remove) these unless you know what they are and want to.

Remove `wp-block-library` stylesheet
------------------------------------

[](#remove-wp-block-library-stylesheet)

Remove `block-library/style.min.css`if your theme does not support the Block Editor aka. Gutenberg.

```
remove_action('wp_enqueue_scripts', 'wp_common_block_scripts_and_styles');
```

Other resources
---------------

[](#other-resources)

- [This branch](https://github.com/laras126/timber-starter-theme/tree/tackle-box) of the starter theme has some more example code with ACF and a slightly different set up.
- [Twig for Timber Cheatsheet](http://notlaura.com/the-twig-for-timber-cheatsheet/)
- [Timber and Twig Reignited My Love for WordPress](https://css-tricks.com/timber-and-twig-reignited-my-love-for-wordpress/) on CSS-Tricks
- [A real live Timber theme](https://github.com/laras126/yuling-theme).
- [Timber Video Tutorials](http://timber.github.io/timber/#video-tutorials) and [an incomplete set of screencasts](https://www.youtube.com/playlist?list=PLuIlodXmVQ6pkqWyR6mtQ5gQZ6BrnuFx-) for building a Timber theme from scratch.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~142 days

Total

2

Last Release

1013d ago

PHP version history (2 changes)v2.0PHP ~7.4.30 || ~8.0.20

2.x-devPHP ~7.4.6 || ~8.0.20

### Community

Maintainers

![](https://www.gravatar.com/avatar/135d8104cdf926e2b15b6a06413153a9582729f0cd48ccba7bc7e62878a39781?d=identicon)[szepeviktor](/maintainers/szepeviktor)

---

Top Contributors

[![jarednova](https://avatars.githubusercontent.com/u/1298086?v=4)](https://github.com/jarednova "jarednova (123 commits)")[![szepeviktor](https://avatars.githubusercontent.com/u/952007?v=4)](https://github.com/szepeviktor "szepeviktor (25 commits)")[![marciojc](https://avatars.githubusercontent.com/u/468890?v=4)](https://github.com/marciojc "marciojc (12 commits)")[![stefenphelps](https://avatars.githubusercontent.com/u/5756949?v=4)](https://github.com/stefenphelps "stefenphelps (4 commits)")[![evankennedy](https://avatars.githubusercontent.com/u/2186350?v=4)](https://github.com/evankennedy "evankennedy (4 commits)")[![naderabbara](https://avatars.githubusercontent.com/u/7019201?v=4)](https://github.com/naderabbara "naderabbara (3 commits)")[![laras126](https://avatars.githubusercontent.com/u/445861?v=4)](https://github.com/laras126 "laras126 (2 commits)")[![tomlecki](https://avatars.githubusercontent.com/u/26721846?v=4)](https://github.com/tomlecki "tomlecki (2 commits)")[![lggorman](https://avatars.githubusercontent.com/u/5794405?v=4)](https://github.com/lggorman "lggorman (2 commits)")[![matbush](https://avatars.githubusercontent.com/u/2430413?v=4)](https://github.com/matbush "matbush (2 commits)")[![gchtr](https://avatars.githubusercontent.com/u/2084481?v=4)](https://github.com/gchtr "gchtr (2 commits)")[![daronspence](https://avatars.githubusercontent.com/u/4062087?v=4)](https://github.com/daronspence "daronspence (2 commits)")[![kaido24](https://avatars.githubusercontent.com/u/854774?v=4)](https://github.com/kaido24 "kaido24 (2 commits)")[![stephenniemans](https://avatars.githubusercontent.com/u/19666808?v=4)](https://github.com/stephenniemans "stephenniemans (2 commits)")[![thisislawatts](https://avatars.githubusercontent.com/u/472589?v=4)](https://github.com/thisislawatts "thisislawatts (1 commits)")[![19h47](https://avatars.githubusercontent.com/u/11242861?v=4)](https://github.com/19h47 "19h47 (1 commits)")[![truchot](https://avatars.githubusercontent.com/u/36343370?v=4)](https://github.com/truchot "truchot (1 commits)")[![adrianocalvitto](https://avatars.githubusercontent.com/u/3827103?v=4)](https://github.com/adrianocalvitto "adrianocalvitto (1 commits)")[![alenabdula](https://avatars.githubusercontent.com/u/2841088?v=4)](https://github.com/alenabdula "alenabdula (1 commits)")[![alexwoollam](https://avatars.githubusercontent.com/u/20298508?v=4)](https://github.com/alexwoollam "alexwoollam (1 commits)")

---

Tags

composer-packagethemetimbertimber-themewordpresswordpress-theme

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/szepeviktor-starter-theme/health.svg)

```
[![Health](https://phpackages.com/badges/szepeviktor-starter-theme/health.svg)](https://phpackages.com/packages/szepeviktor-starter-theme)
```

###  Alternatives

[mindkomm/timmy

Advanced image manipulation for Timber.

17735.6k](/packages/mindkomm-timmy)[rareloop/lumberjack-core

A powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code

42155.0k19](/packages/rareloop-lumberjack-core)[mindkomm/timber-integration-woocommerce

WooCommerce integration for Timber.

11617.6k1](/packages/mindkomm-timber-integration-woocommerce)[sitecrafting/conifer

Powerful abstractions for serious WordPress theme development

219.0k1](/packages/sitecrafting-conifer)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
