Skip to content

ttskch/wordpress-ttskch-theme

Repository files navigation

wordpress-ttskch-theme

A simple and customizable theme for WordPress which is a sister project of jekyll-ttskch-theme.

Screen shot

image

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

$ cd /path/to/wordpress/wp-content/themes/
$ git clone git@github.com:ttskch/wordpress-ttskch-theme.git

Usage

Configuration

Modify config.php as you like.

Customizing styles

Modify assets/sass/includes/base/_variables.scss as you like.

And compile scss to css like below:

$ 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.
  2. Add a custom field named unshare with any value. (e.g. 1)
  3. That's all.

See also

  • WordPress.Skeleton is so useful to create/maintain WordPress projects especially for developers.

About

A simple and customizable theme for WordPress.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published