Wordpress theme

Paul e202af69e0 Delete obsolete test files il y a 8 ans
assets 9830180b18 Webshop aanpassingen il y a 8 ans
includes a1bf7a08bd Nieuwe shizzle il y a 8 ans
lib d7f547170e Catch more errors il y a 8 ans
shopp 46f1f6bd1e Very improvement il y a 8 ans
src 9830180b18 Webshop aanpassingen il y a 8 ans
test e202af69e0 Delete obsolete test files il y a 8 ans
.gitattributes c2b645789c Opruiming il y a 8 ans
.gitignore c2b645789c Opruiming il y a 8 ans
README.md 522aad3e11 Acknowledgement for Paulyg/Autoloader il y a 8 ans
functions.php 84654199af We have 5.6 now il y a 8 ans
phpunit.xml.dist 84fd850be9 Removed WP dependency in test suite il y a 8 ans
screenshot.png a75db9c022 Screenshot toegevoegd il y a 9 ans
style.css 9830180b18 Webshop aanpassingen il y a 8 ans

README.md

Hoe te gebruiken:

  1. Installeer de nieuwste enfold in wp-content/themes/enfold
  2. Dump de inhoud in wp-content/themes/enfold-child
  3. Importeer de database van een bestaande export

Bijvoorbeeld:

enfold-child directory exporteren in het thema enfold-child:

git archive --prefix=enfold-child/ HEAD | ( cd /wordpress/wp-content/themes/; tar xf - )

Zip maken om te versturen en elders in de wordpress root uit te pakken:

git archive --prefix=wp-content/themes/enfold-child/ -o hg-enfold-theme.zip HEAD

Erkenningen

lib/error-dumper is geschreven door Bart?omiej Krukowski, en wordt alleen gebruikt wanneer Wordpress in debug mode draait. Zie het bestand lib/error-dumper/COPYING voor details.

lib/Autoloader.php is geschreven door Paul Garvin, voor meer informatie zie het commentaar blok bovenaan het bestand zelf.