gsdev/wordpress-wrapper 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

gsdev/wordpress-wrapper

Composer 安装命令:

composer require gsdev/wordpress-wrapper

包简介

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

README 文档

README

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.

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

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

Wordpress Version

No idea, works on 4.0

PHP Version

PHP 5.4+

统计信息

  • 总下载量: 13
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-10-27