Save as Draft button
As a first step in making the administration and posting interfaces as elegant as possible, I’ve started implementing some of the ideas I’ve had as a very frequent user of…
By Matt Mullenweg · 1 min read
A headless WordPress front end
The Gazette.Reading the WordPress.org News blog over the REST API — no theme, no PHP.
Category
373 posts · page 29 of 32
As a first step in making the administration and posting interfaces as elegant as possible, I’ve started implementing some of the ideas I’ve had as a very frequent user of…
By Matt Mullenweg · 1 min read
Alex hacked the RSS functionality I wrote for the support forums and added a feed that shows the last 20 posts in any forum. Also as always you can get an RSS representation of a…
By Matt Mullenweg · 1 min read
There is some good discussion starting in the forums with regard to including some statistics functionality in WordPress. I think this is a very useful idea that a lot of people…
By Matt Mullenweg · 1 min read
The legacy calendar code we had was a little messy so over the past day or so I recoded it from scratch, making it easier to understand and cleaner. The XHTML of the calendar…
By Matt Mullenweg · 1 min read
Just implemented! Import of opml blogrolls from blo.gs
By Mike Little · 1 min read
Mike has posted a great SQL trick to the forums. Old versions of b2 would naïvely enter break tags (<br />) into the database, often breaking block-level code posted or just…
By Matt Mullenweg · 1 min read
I’ve been working on two new features that I have personally wanted for a long time and is now available to WordPress users currently through the CVS and eventually through a…
By Matt Mullenweg · 1 min read
It’s available in the usual place, we need quick feedback on this. This release adds several new features and fixes an important security vulnerability. Unless any major bugs are…
By Matt Mullenweg · 1 min read
I added password protection to the RSS 2.0 feed for comments and checked it in. You can subscribe to the feed directly (http://www.example.com/wp-commentsrss2.php) to get the…
By Alex King · 1 min read
I’ve checked in some changes to the Admin screens that give you a historical view of comments. This gives you quick access to recent comments on your site which is pretty handy if…
By Alex King · 1 min read
Beta 2 is now available. This contains numerous bugfixes, including one to the dreaded convert_char problem. Unless any outstanding bugs are found, this is going to be the…
By Matt Mullenweg · 1 min read
There is also a new function called get_links_list() but I’ll let Dougal explain that. Oh, sure, put me on the spot. 🙂 /* * function get_links_list() * * added by Dougal * *…
By Dougal Campbell · 1 min read