Starter theme for eco-friendly Wordpress website
Find a file
2022-10-27 20:41:51 +13:00
css Various smalls improvements 2022-10-27 13:49:00 +13:00
inc Various smalls improvements 2022-10-27 13:49:00 +13:00
template-parts Various small style improvements 2022-10-11 18:02:43 +13:00
404.php base templates + css 2022-09-14 19:14:59 +12:00
archive.php base templates + css 2022-09-14 19:14:59 +12:00
comments.php base templates + css 2022-09-14 19:14:59 +12:00
footer.php base templates + css 2022-09-14 19:14:59 +12:00
functions.php Various smalls improvements 2022-10-27 13:49:00 +13:00
header.php add svg title on all pages and hidden text title 2022-10-27 20:41:51 +13:00
index.php base templates + css 2022-09-14 19:14:59 +12:00
LICENSE base templates + css 2022-09-14 19:14:59 +12:00
page.php base templates + css 2022-09-14 19:14:59 +12:00
readme.md base templates + css 2022-09-14 19:14:59 +12:00
screenshot.png add theme screenshot 2022-10-11 18:12:21 +13:00
single.php base templates + css 2022-09-14 19:14:59 +12:00
style.css Title to SVG 2022-10-27 20:15:26 +13:00
theme.json Various smalls improvements 2022-10-27 13:49:00 +13:00

EcoWP

Starter theme for eco-designed Wordpress websites

Installation

  • Clone/Copy the repository in your wp-content/themes/ directory
  • Choose your new theme name. Be classy and fancy !
  • Change the theme's directory name and theme information in the style.css file

Features

Features are located in the inc directory, and activated from the functions.php file

Templating

To add template for a custom post type :

  • For archive page : add a file named archive-<cpt_name>.php in the root directory.
  • For the full content : add a file name content-<cpt_name>.php in the template-parts directory.
  • For the excerpt : add a file name excerpt-<cpt_name>.php in the template-parts directory.