Skip to content

catonisland/Dobby

 
 

Repository files navigation

Dobby

A clean, simple and responsive theme of WordPress, based on Bootstrap4. Created and maintained by Vtrois. Stay up to date with the latest release and announcements on Bulletin Board.

Dobby Demo

Structure

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

Dobby
├── 404.php
├── LICENSE
├── category.php
├── comments.php
├── footer.php
├── functions.php
├── header.php
├── inc
│   ├── author.php
│   ├── buttons
│   │   ├── images(has some button pic)
│   │   └── more.js
│   ├── comments.php
│   ├── content
│   │   ├── content-category.php
│   │   └── content.php
│   ├── core.php
│   ├── global.php
│   ├── images.php
│   ├── navwalker.php
│   ├── options
│   │   ├── css
│   │   │   └── optionsframework.css
│   │   ├── images
│   │   │   ├── col-left.png
│   │   │   ├── col-right.png
│   │   │   ├── ico-delete.png
│   │   │   └── single.png
│   │   ├── 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
│   │   └── options-framework.php
│   ├── shortcode.php
│   ├── single
│   │   ├── single-alpha.php
│   │   └── single-gamma.php
│   ├── single.php
│   ├── smilies.php
│   ├── smtp.php
│   ├── version.php
│   └── widget.php
├── index.php
├── languages
│   ├── zh_CN.mo
│   └── zh_CN.po
├── options.php
├── page.php
├── screenshot.png
├── search.php
├── single.php
├── static
│   ├── css
│   │   ├── animate.min.css
│   │   ├── bootstrap.min.css
│   │   ├── dobby.css
│   │   ├── flexslider.min.css
│   │   ├── highlight.min.css
│   │   └── layer.min.css
│   ├── fonts
│   │   ├── Gotham-Book.eot
│   │   ├── Gotham-Book.otf
│   │   ├── Gotham-Book.svg
│   │   ├── Gotham-Book.ttf
│   │   ├── Gotham-Book.woff
│   │   ├── Gotham-Book.woff2
│   │   ├── dobby.eot
│   │   ├── dobby.svg
│   │   ├── dobby.ttf
│   │   └── dobby.woff
│   ├── images
│   │   ├── 404.svg
│   │   ├── arrow.png
│   │   ├── default(has some default pic)
│   │   ├── layer
│   │   │   ├── icon-ext.png
│   │   │   └── icon.png
│   │   ├── loader.gif
│   │   ├── payment(has the payment pic)
│   │   ├── search.svg
│   │   └── smilies(has some smilie pic)
│   └── js
│       ├── bootstrap.min.js
│       ├── comments.min.js
│       ├── highlight.min.js
│       ├── jquery.easing.min.js
│       ├── jquery.flexslider.min.js
│       ├── jquery.min.js
│       ├── jquery.qrcode.min.js
│       ├── layer.min.js
│       ├── main.js
│       ├── share.min.js
│       ├── sticky.min.js
│       └── wow.min.js
├── style.css
└── tag.php

License

About

⛄ A WordPress theme paying tribute to dobby

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 70.3%
  • CSS 22.2%
  • JavaScript 7.5%