Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
fumikito committed Nov 28, 2019
1 parent 7f91d53 commit 4f87f68
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,23 @@ Your PSR-0 name space. Directory will be scan recursively.

If not set, default is `get_template_directory() . '/src`, which seem to be a common location in theme development.

## Predefined Classes

Some customizers are predefined for convenience.
See `src/Kunoichi\ThemeCustomizer\Pattern`.

### 1. Meta and SEO

`Kunoichi\ThemeCutomizer\Pattern\Seo` adds HTML meta information like meta-description, OGP, etc.

This customizer is userful to provide basic SEO features.
For more advanced features, you should recommmend some plugins.

- Google Analytics or Google Tag Manager scirpt.
- Default and Site top OGP image.
- Top page description.
- Option to stop all feature(in plugins' favor).

## License

GPL 3.0 or later.

0 comments on commit 4f87f68

Please sign in to comment.