2017 © Pedro Peláez
 

library wordpress-wrapper

Little package to wrap wordpress functions for use with a different frontend

image

gsdev/wordpress-wrapper

Little package to wrap wordpress functions for use with a different frontend

  • Monday, October 27, 2014
  • by gsdev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Wordpress Wrapper

Why?

Well Writing a blog is easy.. but all the backend editor is a pain.. after all the Wordpress backend isn't all bad, however the frontend is like a cancer.. theming and extending it is just a waste of time. So I can write my posts/pages with Wordpress then export to JSON on the HDD via command line using this wrapper and then write the frontend like a normal human being., (*1)

Also means Wordpress isn't exposed to bots/hackers/public. It can sit behind a http auth user/pass Also useful for wrapping Wordpress in a REST API, (*2)

Todo

  1. Support Search
  2. Attachments?
  3. Related Posts
  4. Tags?
  5. Comments? .. perhaps better off with Disqus
  6. Why is it shit slow? is that just Wordpress?
  7. Tests?

Issues

WP_Post is a final class within Wordpress so its not possible to extend it, so the type hint has to be coupled to Wordpress https://github.com/markjaquith/WordPress/blob/master/wp-includes/post.php#L455, (*3)

Wordpress Version

No idea, works on 4.0, (*4)

PHP Version

PHP 5.4+, (*5)

The Versions

27/10 2014

dev-master

9999999-dev

Little package to wrap wordpress functions for use with a different frontend

  Sources   Download

MIT

by Gavin Staniforth