Skip to content

MarketPress/hamburg-child-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hamburg Child Starter

A child theme boilerplate for WordPress.

Description

This is a starter kit for a custom child theme. Child themes in WordPress enable you to override theme templates and stylesheets with your own customizations in a safe way. No need to touch an original theme file!

This starter kit uses our own theme Hamburg as the parent theme. Feel free to use it for your own projects, or hack it and create your own child theme starter kit.

Also, as in Hamburg and many other themes, minified stylesheets and scripts can be loaded by default. In order to load minified versions of stylesheets and scripts, visit functions.php and set a filter as documented inline.

Ressources

Contributors

Brought to you by

MarketPress.com

Changelog

1.2.3

  • fixed license infos

1.2.2

  • removed filter and function hamburg_child_custom_footer_text

1.2.1

  • Added filter for simplified handling of .min suffix for stylesheet and script.

1.2

  • Simplified stylesheets to use only one style.css (optionally .min).
  • Added opt-in for minified stylesheet.
  • Added sample javascript file.
  • Improved inline docs.

1.1

  • Updated sample color scheme matching Hamburg 1.1.x.
  • Added WooCommerce supporting stylesheet.

1.0

  • Initial release.