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
- Host: GitHub
- URL: https://github.com/wyntonfranklin/wf-events
- Owner: wyntonfranklin
- License: mit
- Created: 2018-04-28T22:00:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T04:07:28.000Z (about 8 years ago)
- Last Synced: 2025-02-16T16:36:50.661Z (over 1 year ago)
- Topics: theme, wordpress, wordpress-development, wordpress-plugin, wordpress-theme
- Language: PHP
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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