Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefersoneiji/custom-theme-wordpress
https://github.com/jefersoneiji/custom-theme-wordpress
css php wordpress wordpress-api wordpress-custom-theme wordpress-theme
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jefersoneiji/custom-theme-wordpress
- Owner: jefersoneiji
- License: mit
- Created: 2023-09-07T19:59:35.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-14T17:42:32.000Z (about 1 year ago)
- Last Synced: 2023-12-16T15:56:37.286Z (11 months ago)
- Topics: css, php, wordpress, wordpress-api, wordpress-custom-theme, wordpress-theme
- Language: CSS
- Homepage:
- Size: 1.38 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Custom Theme Wordpress
This project contains a custom theme for wordpress built using pure PHP and no plugins.![screenshot](https://github.com/codeLearnerrr/custom-theme-wordpress/assets/44307139/537233f4-17fd-40d6-8965-231f28c92bf7)
## Features
- custom widgets on footer and sidebar
- comments section for blog posts
- responsive layout
- search page## Prerequisites
For this project to run, make sure these software are installed:
- docker
- node
- code editor
- wordpress/envand you have admin access to the terminal.
Please follow [these](https://developer.wordpress.org/block-editor/getting-started/devenv/) instructions.
## Installing
To run this custom theme locally:
1. Make sure the pre-requisites are done
2. Start the wordpress local container from docker
3. Download the .zip file of the latest theme release
4. Follow [these](https://br.godaddy.com/help/instalar-um-tema-do-wordpress-a-partir-de-um-arquivo-zip-40809?lc=en-US) instructions## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details