https://github.com/ttskch/wordpress-ttskch-theme
A simple and customizable theme for WordPress.
https://github.com/ttskch/wordpress-ttskch-theme
wordpress wordpress-theme
Last synced: 10 months ago
JSON representation
A simple and customizable theme for WordPress.
- Host: GitHub
- URL: https://github.com/ttskch/wordpress-ttskch-theme
- Owner: ttskch
- License: mit
- Created: 2015-10-15T05:50:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T05:50:19.000Z (over 8 years ago)
- Last Synced: 2025-02-08T12:25:59.538Z (about 1 year ago)
- Topics: wordpress, wordpress-theme
- Language: CSS
- Size: 72.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wordpress-ttskch-theme
A simple and customizable theme for WordPress which is a sister project of [jekyll-ttskch-theme](https://github.com/ttskch/jekyll-tch-theme).
## Screen shot

## Features
* Anchor links for each headings
* Responsive
* Share buttons ready
* WordPress Widgets friendly
* Wysiwyg editor has exactly the same style as real site view
## Requirements
* PHP 5.3+
* WordPress 4.3+
## Installation
```bash
$ cd /path/to/wordpress/wp-content/themes/
$ git clone git@github.com:ttskch/wordpress-ttskch-theme.git
```
## Usage
### Configuration
Modify [config.php](config.php) as you like.
### Customizing styles
Modify [assets/sass/includes/base/\_variables.scss](assets/sass/includes/base/_variables.scss) as you like.
And compile scss to css like below:
```bash
$ npm install # only first time.
$ gulp build
```
### Unshare specific posts or pages
Even when you use share buttons feature, you can hide share buttons for some specific posts or pages.
1. Go to the edit view of the post/page.
1. Add a custom field named `unshare` with any value. (e.g. `1`)
1. That's all.
# See also
* [WordPress.Skeleton](https://github.com/ttskch/wordpress.skeleton) is so useful to create/maintain WordPress projects especially for developers.