https://github.com/atanas-dev/wpemerge-com-mirror
A mirror of the first released version of wpemerge.com to serve as an example of WP Emerge in the wild.
https://github.com/atanas-dev/wpemerge-com-mirror
controller framework php view wordpress wpemerge
Last synced: about 1 year ago
JSON representation
A mirror of the first released version of wpemerge.com to serve as an example of WP Emerge in the wild.
- Host: GitHub
- URL: https://github.com/atanas-dev/wpemerge-com-mirror
- Owner: atanas-dev
- License: gpl-2.0
- Created: 2019-01-16T23:28:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T23:34:32.000Z (about 7 years ago)
- Last Synced: 2025-01-30T08:28:58.556Z (about 1 year ago)
- Topics: controller, framework, php, view, wordpress, wpemerge
- Language: PHP
- Homepage: https://wpemerge.com/
- Size: 657 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is this?
This is a mirror of the first released version of [https://wpemerge.com/](https://wpemerge.com/) to serve as an example of WP Emerge in the wild.
There are plans for a tutorial series on creating a site from scratch which will be a much better example of how to use WP Emerge.
# Dirty laundry disclosure
- The theme is simple - it does not use most of the advanced features of WP Emerge like Routes, Controllers, Middleware etc.
- The code is far from perfect.
- A lof of the home template is hardcoded.
- A lof of the home template is not translatable.
- There are some images that are referenced by their hardcoded attachment id which is usually a no-no.