itplanes / Dobby

:snowman: A WordPress theme paying tribute to dobby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

:snowman: A WordPress theme paying tribute to dobby

License:GNU General Public License v3.0


Languages

Language:PHP 70.3%Language:CSS 22.2%Language:JavaScript 7.5%