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.
- Host: GitHub
- URL: https://github.com/mgks/wordpress-themplate-structure
- Owner: mgks
- Created: 2022-08-26T11:01:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T05:42:19.000Z (about 2 years ago)
- Last Synced: 2024-06-15T06:38:59.398Z (about 2 years ago)
- Topics: heirarchy, wordpress, wordpress-theme
- Language: Hack
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
```