Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

devgeniem/dustpress-starter-theme

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DustPress Starter Theme

A basic and very bare theme that you can build your own theme from. There isn't really any layout or content but file structure and examples of classes to start with.

Install

The theme itself would be installed just like any other. Download the contents of this repository to your wp-content/themes directory.

Add DustPress in the mix by requiring it via composer and using Composer's autoloading feature or simply clone its repository to your preferred destination and require the dustpress.php file in the beginning of the functions.php of the theme.

Then just activate the theme from the WordPress admin panel, and you are good to go!

How to continue?

Further instructions on how to develop with DustPress can be found at the readme file of the main project.

Contributors