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

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.

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.