1000字范文,内容丰富有趣,学习的好帮手!
1000字范文 > WordPress博客主题KRATOS双栏响应式博客主题

WordPress博客主题KRATOS双栏响应式博客主题

时间:2023-09-22 14:27:09

相关推荐

WordPress博客主题KRATOS双栏响应式博客主题

简介:

本次介绍的是一款开源的博客主题,很适合个人博客使用。 首页上方导航栏,带有banner图,布局为双栏布局,多端自适应,无需为手机平板设备单独适配。

安装:

首先下载主题的zip文件,然后上传到你的服务器,然后使用wordpress管理员账号上传主题并启用。

自定义:

如果需要自定义修改,可以参考以下文件结构,主题遵循MIT开源协议。

Kratos

├── 404.php

├── LICENSE

├── README.md

├── assets

│ ├── css

│ │ ├── bootstrap.min.css

│ │ ├── iconfont.min.css

│ │ ├── kratos.css

│ │ ├── kratos.min.css

│ │ ├── layer.min.css

│ │ └── widget.min.css

│ ├── fonts

│ │ ├── iconfont.eot

│ │ ├── iconfont.svg

│ │ ├── iconfont.ttf

│ │ ├── iconfont.woff

│ │ └── iconfont.woff2

│ ├── img

│ │ ├── 404.jpg

│ │ ├── 404.svg

│ │ ├── about-background.png

│ │ ├── ad.png

│ │ ├── background.png

│ │ ├── default.jpg

│ │ ├── donate.png

│ │ ├── gravatar.png

│ │ ├── layer

│ │ │ ├── icon-ext.png

│ │ │ └── icon.png

│ │ ├── options

│ │ │ ├── about.png

│ │ │ ├── discuss.png

│ │ │ ├── donate.png

│ │ │ ├── col-8.png

│ │ │ └── col-12.png

│ │ ├── nothing.svg

│ │ ├── payment

│ │ │ ├── alipay.png

│ │ │ └── wechat.png

│ │ ├── police-ico.png

│ │ ├── smilies(has some emoji pic)

│ │ └── wechat.png

│ └── js

│ ├── bootstrap.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

├── custom

│ ├── custom.css

│ ├── custom.js

│ └── custom.php

├── footer.php

├── functions.php

├── header.php

├── inc

│ ├── options-framework

│ │ ├── autoload.php

│ │ ├── css

│ │ │ └── optionsframework.css

│ │ ├── images(has some options pic)

│ │ ├── includes

│ │ │ ├── class-options-framework-admin.php

│ │ │ ├── class-options-framework.php

│ │ │ ├── class-options-interface.php

│ │ │ ├── class-options-media-uploader.php

│ │ │ └── class-options-sanitization.php

│ │ └── js

│ │ ├── media-uploader.js

│ │ └── options-custom.js

│ ├── theme-article.php

│ ├── theme-core.php

│ ├── theme-navwalker.php

│ ├── theme-options.php

│ ├── theme-setting.php

│ ├── theme-shortcode.php

│ ├── theme-smtp.php

│ ├── theme-widgets.php

│ └── update-checker

│ ├── Puc

│ │ ├── v4

│ │ │ └── Factory.php

│ │ └── v4p9

│ │ ├── Autoloader.php

│ │ ├── DebugBar

│ │ │ ├── Extension.php

│ │ │ ├── Panel.php

│ │ │ ├── PluginExtension.php

│ │ │ ├── PluginPanel.php

│ │ │ └── ThemePanel.php

│ │ ├── Factory.php

│ │ ├── InstalledPackage.php

│ │ ├── Metadata.php

│ │ ├── OAuthSignature.php

│ │ ├── Plugin

│ │ │ ├── Info.php

│ │ │ ├── Package.php

│ │ │ ├── Ui.php

│ │ │ ├── Update.php

│ │ │ └── UpdateChecker.php

│ │ ├── Scheduler.php

│ │ ├── StateStore.php

│ │ ├── Theme

│ │ │ ├── Package.php

│ │ │ ├── Update.php

│ │ │ └── UpdateChecker.php

│ │ ├── Update.php

│ │ ├── UpdateChecker.php

│ │ ├── UpgraderStatus.php

│ │ ├── Utils.php

│ │ └── Vcs

│ │├── Api.php

│ │├── BaseChecker.php

│ │├── BitBucketApi.php

│ │├── GitHubApi.php

│ │├── GitLabApi.php

│ │├── PluginUpdateChecker.php

│ │├── Reference.php

│ │└── ThemeUpdateChecker.php

│ ├── autoload.php

│ ├── css

│ │ └── puc-debug-bar.css

│ ├── js

│ │ └── debug-bar.js

│ └── vendor

│├── Parsedown.php

│├── ParsedownLegacy.php

│├── ParsedownModern.php

│└── PucReadmeParser.php

├── index.php

├── languages

│ └── kratos.pot

├── page.php

├── pages

│ ├── page-content.php

│ ├── page-smilies.php

│ └── page-toolbar.php

├── screenshot.png

├── single.php

└── style.css

网盘下载地址:

/5ceCEbRJsx90

图片:

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。