Skip to content

tfwlwcn/Kratos

Repository files navigation

Kratos

A responsive blog theme of WordPress, based on Bootstrap. Created and maintained by Vtrois.

Kratos Demo

Structure

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

kratos
├── 404.php
├── LICENSE
├── assets
│   ├── css
│   │   ├── animate.min.css
│   │   ├── kratos.min.css
│   │   └── layer.min.css
│   ├── img
│   │   ├── 404.jpg
│   │   ├── about.jpg
│   │   ├── ad.png
│   │   ├── avatar.png
│   │   ├── background.jpg
│   │   ├── default.jpg
│   │   ├── fingerprint.png
│   │   ├── licenses.png
│   │   ├── smilies(has some emoji pic)
│   │   └── ul-li.png
│   └── js
│       ├── bootstrap.min.js
│       ├── buttons
│       │   ├── images(has some options pic)
│       │   └── more.js
│       ├── icon.min.js
│       ├── jquery.min.js
│       ├── jquery.qrcode.min.js
│       ├── jquery.waypoints.min.js
│       ├── kratos.js
│       ├── layer.min.js
│       └── superfish.js
├── comments.php
├── content.php
├── custom
│   ├── custom-function.php
│   ├── custom-script.js
│   └── custom-style.css
├── footer.php
├── functions.php
├── header.php
├── includes
│   ├── class-options-framework-admin.php
│   ├── class-options-framework.php
│   ├── class-options-interface.php
│   ├── class-options-list.php
│   ├── class-options-media-uploader.php
│   ├── class-options-sanitization.php
│   ├── css
│   │   └── optionsframework.css
│   ├── js
│   │   ├── media-uploader.js
│   │   └── options-custom.js
│   ├── theme-function-core.php
│   ├── theme-function-mail.php
│   ├── theme-function-optimize.php
│   ├── theme-function-seo.php
│   ├── theme-function-share.php
│   ├── theme-function-single.php
│   ├── theme-function-smiley.php
│   └── theme-function-widgets.php
├── index.php
├── languages
│   ├── zh_CN.mo
│   └── zh_CN.po
├── page.php
├── screenshot.png
├── single.php
└── style.css

License