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

https://github.com/wyntonfranklin/wf-events

Wordpress Events theme and plugin sample app
https://github.com/wyntonfranklin/wf-events

theme wordpress wordpress-development wordpress-plugin wordpress-theme

Last synced: 2 months ago
JSON representation

Wordpress Events theme and plugin sample app

Awesome Lists containing this project

README

          

# wf-events
A Wordpress Events theme and sample plugin.

Built using some helper classes to make wordpress development simpler and more intutitive.

## Getting Started

You can copy the entire project and theme or just copy the classes into your own project.

### Helper Classes

There are four main helper classes.

* WfHtml - General methods used in wordpress including a render function for your layouts.
* WfModel - A simple way to query wordpress databases using wordpress api.
* WfWidget - A extension of the widget class for wordpress