ansonphong / postworld

Wordpress Theme Development Framework
GNU General Public License v2.0
7 stars 0 forks source link

Postworld

Postworld is an open source WordPress Theme building framework.

Postworld provides a backend framework which builds ontop of the native WordPress functionality coupled with the client-side Javascript to create an exceptional experience for both the developer and the user.

Features:

Modular Activation Structure

Infinite Scrolling

Smart Image Loading

Cached Feeds

Dynamic Search

REST API Implimentation

Events

Extensive AJAX Functionality

Caching

Widgets

Frontend Post Editing

Easily Add Custom Post Editing Metaboxes

Custom Shortcodes

Custom Sidebars

Custom Layouts

Templating

RESS Technology:

+ RESS stands for Responsive with Server Side component, which allows you to detect which device a request is coming from before the data is served, taking repsonsive design to the next level.

Post Views

+ Custom reactive templating system, built with Angular JS, and H2O, so you can use `{{handlebar}}` templating for displaying lists of posts in multiple views, optionally customized by the type of device
+ Writing templates is this easy:

```
<a href="https://github.com/ansonphong/postworld/blob/master/{{post.post_permalink}}">
  {{post.post_title}}
</a>
```

Indexed Post Meta