Mohammad Jangda

Results 57 comments of Mohammad Jangda

Some alternate libs: http://www.appelsiini.net/projects/lazyload http://luis-almeida.github.io/unveil/ https://github.com/aFarkas/lazysizes https://github.com/dinbror/blazy/

Thanks for flagging this @jonathanstegall. Agreed that the dual author inputs is a cause for confusion. For now, a "simple" fix may be to use javascript to hide/remove the core...

> we create a list of posts (basically just their urls) that need to be included in that sitemap What happens if the URL structure changes? How do we get...

Thanks @deas! I left some feedback on the code.

No timeline for this, but definitely plan to add some.

This is due to a limitation of the autocomplete library we're using. Might finally be time to upgrade to a better autocomplete library that returns data via JSON or some...

Probably better to switch over to `posts_pre_query` as started in #10 and we can get rid of `posts_request` completely.

Notes: the key difference is that we can swap out the filter on `posts_request` and avoid the hack to nullify the query when we're cached and just return cached posts....

No advantage either way as long as we `wp_die()`

This is pretty cool; I'll test it out and pull in.