An open API service indexing awesome lists of open source software.

https://github.com/mgks/wordpress-themplate-structure

A quick empty wordpress theme/template hierarchy to download and start building.
https://github.com/mgks/wordpress-themplate-structure

heirarchy wordpress wordpress-theme

Last synced: 12 months ago
JSON representation

A quick empty wordpress theme/template hierarchy to download and start building.

Awesome Lists containing this project

README

          

# Wordpress Template Structure
Had to create tons of files and folders everytime. Not anymore.
```bash
|-- /css
|-- main.css
|-- rtl.css
|-- /inc
|-- custom-page.php
|-- /js
|-- main.js
|-- /languages
|-- en.pot
|-- /layouts
|-- custom-page.php
|-- page-templates
|-- full-width.php
|-- 404.php
|-- archive.php
|-- attachment.php
|-- author.php
|-- category.php
|-- comments-popup.php
|-- comments.php
|-- date.php
|-- front-page.php
|-- footer.php
|-- functions.php
|-- header.php
|-- home.php
|-- index.php
|-- page.php
|-- paged.php
|-- search.php
|-- sidebar.php
|-- single-post.php
|-- single.php
|-- tag.php
|-- taxonomy.php
```