Ella

Results 190 comments of Ella

Or extend the Router with: ``` js navigate: function( fragment ) {; var options = Backbone.history.options, ret; if ( fragment === '' || fragment === '/' ) { Backbone.history.stop(); Backbone.history.start(...

@braddunbar Purely aesthetic. All our URLs have a trailing slash, it'd be weird if the root doesn't. Removing the trailing slash from all URLs is not an option.

If Backbone allows you to set a root with a trailing slash, it shouldn't behave differently.

> I'd prefer to drop the special case as well. I'm not sure what you mean. Is this a special case? On Thu Dec 11 2014 at 10:56:24 PM Brad...

Thanks for letting me know that you're working on this. I've cloned the plugin from GitHub, but I can't figure out how to use it. :) Can inline editing be...

Have you seen http://wordpress.org/plugins/post-customizer/?

Ah, okay, haven't looked at the code, and I'm actually not familiar with the customiser at all. So how do you see this included in this project? I mean, it's...

Hi Weston, Did you continue work on this or the other post customiser?

I have no experience with the Customizer API, but I'll explore a bit soon. Note that the front-end editor loads on every post where the user has the right caps,...

I decided to branch the FEE and try it with the Customizer instead. I'll see where I get. I'll have to "fork" the Customizer though, since there are a few...