Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
Find a file
2024-08-22 13:26:52 +10:00
.github
.husky
adonay
adventurer
affinity
aldente
allez
alter
altofocus
alves
ames
antonia
apostrophe-2
appleton
arbutus
archeo
archivo
artly
assembler
atrium
attar
awburn
azur
balasana
bark
barnett
barnsbury
barnsbury23
bedrock
beep
bennett
bibimbap
bibliophile
bitacora
blank-canvas
blank-canvas-3
blank-canvas-blocks
blissed
block-canvas
blockbase
blogorama
boxedbio
brightblog
brompton
bsoj
bute
button-2
cakely
calm-business
calvin
calyx
canard
chanson
common
cookbook
cortado
cottage
course
coutoire Version Bump 2024-07-08 16:54:52 +01:00
covr
craftfully
creatio
creatio-2
ctlg
curriculum
dalston
dara
dark-academia Dark Academia: Add theme (#7802) 2024-05-21 17:31:15 +01:00
dawson
didone
disco
dorna
dos
dyad-2
elegant-business
entry
epi
erma
eventual
exford
exmoor
expo
farmhouse
farrow
feelingood
fewer
fixmate
foam
fontaine
fotograma
freddie
friendly-business
gazette
geologist
goodskin
grammerone
hall
hari
heiwa
hever
hey
hola
ibis
ici
illustratr
independent-publisher-2
indice
infield
intergalactic-2
inversum
iotix
issue
ixion Version Bump 2024-04-03 14:09:49 +02:00
jackson
jaida
jinjang
kansei
karuna
kaze
kentwood
kigen
kingsley
kiosko
lativ
layover
leancv
lettre
leven
libre-2
libretto
lineup Version Bump 2024-04-03 14:09:49 +02:00
livro
lodestar
loic
lois
loudness
lowfi
luce
luminance
luxus
lynx
marl
masu
maverick
mayland
mayland-blocks
maywood
meraki
messagerie
modern-business
montagna
morden
mpho
muscat
musee
mymenu
mysa
negai
nested
nook
olympique
onyxpulse
optimismo
organizer
otis
outnow
overlaid
paimio
pendant
penscratch-2
perenne
photos
pieria Version Bump 2024-04-03 14:09:49 +02:00
pique
pixl
poema
poesis
pomme
portia
professional-business
programme
publication
quadrat
radcliffe-2
rainfall
raw
rebalance
recipebook
redhill
remote
reverie
ritratto
rivington
rockfield
ron
russell
saison
scratchpad
screenplay
seedlet
seedlet-blocks
shawburn
shhh
shoreditch
skatepark
sketch
snd
sophisticated-business Version Bump 2024-07-08 16:54:52 +01:00
spearhead
spearhead-blocks
specials
spiel
stage
stageplay
startfit
sten
stewart
storia Version Bump 2024-04-03 14:09:49 +02:00
stow
strand
stratford
sunderland
surrealist
tenaz
textbook
texty
the-jazzers
the-menu
tomoni
toujours
trailblazer
trellick
tronar
tu
twentytwentytwo-blue
twentytwentytwo-mint
twentytwentytwo-pink
twentytwentytwo-red
twentytwentytwo-swiss
ueno
upsidedown
varia
verso
vetro
vitrum
vivre
vows
winkel
xanadu
zoologist
.dotorg-ignore
.gitignore
.npmrc
.nvmrc
.sandbox-ignore
.stylelintrc.json
.wp-env.json
add-strict-types.sh
composer.json
composer.lock
CONTRIBUTING.md
create-a-theme-checklist.js
deploy-dotorg.sh
dotorg-exclude.txt
LICENSE Add LICENSE to root directory 2020-02-20 08:59:04 +07:00
package-dotorg.sh
package-lock.json
package.json
phpcs.xml.dist
pre-commit-hook.js
README.md
theme-batch-utils.sh
theme-utils.mjs

Automattic Themes

The development repository for themes maintained by the Automattic Theme Team.

What's Here

We're committed to imagining and creating the future of themes. Our latest themes are block themes — they depend on the latest features available in the Gutenberg plugin. Read about our latest themes built to support full-site editing here.

A gallery of block themes with a variety of styles

Contributing

Issues

Before submitting your issue, please search for an existing or related ticket here.

Here are some tips to consider for writing a useful report:

  • Share steps for replicating the issue.
  • Add screenshots and videos where helpful.
  • Share your environment details, including what version of WordPress and Gutenberg you're using

Code

Patches and ideas in the form of code are always welcome! A great way to get started is to work on a CSS fix or a Good First Issue. Please read our full guide to contributing for more information.

Testing pull requests

Using GitHub

  1. Clone repository locally git clone git@github.com:Automattic/themes.git
  2. Identify the branch of the pull request, e.g. update/#1889
  3. Check out featured branch of pull request, e.g. git checkout update/#1889
  4. Symlink or copy affected theme OR zip affected theme and import into WordPress site

Manually download

  1. Identify and visit the branch of the pull request.
  2. Change the /tree/ part of the branch's URL to archive, and add a .zip to the end to download a zip of the branch. e.g. https://github.com/Automattic/themes/tree/update/%231889 would become https://github.com/Automattic/themes/archive/update/%231889.zip
  3. Unzip the zipped featured branch
  4. Zip affected theme and import into WordPress site

Note: In case the affected theme already exists on the WordPress site, it needs to be deleted before the theme zip file gets uploaded.

Packaging for WordPress.org Themes Showcase

The code in this repository mirrors the code needed for the theme to function correctly on WordPress.com. To prepare a theme.zip that passes the WordPress.org theme review automated test, do the following:

  • From the top-level directory, run ./package-dotorg.sh [theme-slug]
  • View the generated zip in the respective theme's sub-directory

Note that this script rebuilds the theme to strip it of .com-specific functionality, and discards any changes via git after doing so. Make sure you have committed any working changes before running this script.