Go to file
Seaton Jiang c011ffe5fe
New Crowdin updates (#294)
* New translations kratos.pot (English)

* New translations kratos.pot (Chinese Traditional)
2020-10-26 13:45:42 +08:00
.github docs: optimization issue template 2020-09-27 09:48:16 +08:00
assets fix: asymmetry of navbar (#295) 2020-10-07 15:36:36 +08:00
custom feat: upgrade to version 3.0 2020-02-21 15:44:23 +08:00
inc feat: add admin backend portal (#298) 2020-10-26 09:28:54 +08:00
languages New Crowdin updates (#294) 2020-10-26 13:45:42 +08:00
pages fix: search page category exception 2020-09-27 08:39:08 +08:00
.gitignore feat: upgrade to version 3.0 2020-02-21 15:44:23 +08:00
.prettierignore chore: add .prettierignore 2020-09-27 08:37:57 +08:00
404.php chore: replace the default resource url (#207) 2020-04-12 08:45:36 +08:00
LICENSE feat: upgrade to version 3.0 2020-02-21 15:44:23 +08:00
README.md chore: replace image links 2020-10-06 11:21:10 +08:00
comments.php chore: add missing translations 2020-03-14 09:16:45 +08:00
crowdin.yml fix: translation file extension 2020-02-28 21:03:21 +08:00
footer.php fix: problem with two identical id dom 2020-09-27 08:14:48 +08:00
functions.php feat: add object storage function 2020-03-17 12:16:49 +08:00
header.php fix: problem caused by not setting icon 2020-09-27 08:48:19 +08:00
index.php feat: add carousel functions (#283) 2020-09-30 18:28:06 +08:00
page.php feat: add article pagination (#38) 2020-03-14 10:18:22 +08:00
screenshot.png feat: upgrade to version 3.0 2020-02-21 15:44:23 +08:00
single.php fix: spelling errors (#247) 2020-07-06 14:46:20 +08:00
style.css feat: upgrade to version 3.2.0 2020-10-04 17:52:02 +08:00

README.md

About

Kratos is a responsive WordPress theme focused on the user reading experience, just for fun 🎉

Install

  1. First download the theme's .zip file from the source file to your local computer.

  2. From your WordPress Administration area, head to Appearance > Themes and click Add New.

  3. The Add New theme screen has a new option, Upload Theme.

  4. The theme upload form is now open, click Choose File, select the theme zip file on your computer and click Install Now.

  5. The theme can now be activated from the administrator. Select the Appearance tab, then open the theme catalog, find the theme, and click the Activate link.

Structure

Within the download you'll find the following directories and files. You'll see something like this 👇

Kratos
├── 404.php
├── LICENSE
├── README.md
├── assets
│   ├── css
│   │   ├── animate.min.css
│   │   ├── bootstrap.min.css
│   │   ├── fontawesome.min.css
│   │   ├── iconfont.min.css
│   │   ├── kratos.css
│   │   ├── kratos.min.css
│   │   ├── layer.min.css
│   │   └── widget.min.css
│   ├── fonts
│   │   ├── iconfont
│   │   │   ├── iconfont.eot
│   │   │   ├── iconfont.svg
│   │   │   ├── iconfont.ttf
│   │   │   ├── iconfont.woff
│   │   │   └── iconfont.woff2
│   │   └── webfonts (has some iconfont fonts)
│   ├── img
│   │   ├── 404.jpg
│   │   ├── 404.svg
│   │   ├── about-background.png
│   │   ├── ad.png
│   │   ├── background.png
│   │   ├── default.jpg
│   │   ├── donate.png
│   │   ├── gravatar.png
│   │   ├── layer
│   │   │   ├── icon-ext.png
│   │   │   └── icon.png
│   │   ├── nothing.svg
│   │   ├── options (has some option pic)
│   │   ├── payment
│   │   │   ├── alipay.png
│   │   │   └── wechat.png
│   │   ├── police-ico.png
│   │   ├── smilies (has some smilie pic)
│   │   └── wechat.png
│   └── js
│       ├── bootstrap.bundle.min.js
│       ├── buttons
│       │   ├── images (has some button pic)
│       │   └── more.js
│       ├── comments.min.js
│       ├── jquery.min.js
│       ├── kratos.js
│       ├── kratos.min.js
│       ├── layer.min.js
│       └── widget.min.js
├── comments.php
├── crowdin.yml
├── custom
│   ├── custom.css
│   ├── custom.js
│   └── custom.php
├── footer.php
├── functions.php
├── header.php
├── inc
│   ├── theme-article.php
│   ├── theme-core.php
│   ├── theme-dogecloud.php
│   ├── theme-navwalker.php
│   ├── theme-options.php
│   ├── theme-setting.php
│   ├── theme-shortcode.php
│   ├── theme-smtp.php
│   ├── theme-widgets.php
│   ├── options-framework
│   └── update-checker
├── index.php
├── languages
│   ├── en_US.mo
│   ├── en_US.po
│   ├── kratos.pot
│   ├── zh_TW.mo
│   └── zh_TW.po
├── page.php
├── pages
│   ├── page-content.php
│   ├── page-smilies.php
│   └── page-toolbar.php
├── screenshot.png
├── single.php
└── style.css

Changelog

Detailed changes for each release are documented in the release notes.

Donation

If you find Kratos useful, you can buy us a cup of coffee

License

The code is available under the MIT license.

The document is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.