Birgir Erlendsson

Results 22 comments of Birgir Erlendsson

Hi Reuben, I guess the `AND ` case would be covered with the Rest API usage example mentioned here: https://github.com/birgire/geo-query using the PHP snippet there and then: https://example.com/wp-json/wp/v2/posts?geo_location={"lat":"64.128288","lng":"-21.827774","radius":"50"}&...other... But I'm...

Great, @baden03 your input is greatly appreciated. The design is still open, but in general I would prefer filtering the `WP_*` classes, instead of extending these classes like `WP_Geo_Query extend...

Version 0.2.0 is out with an updated README on custom tables. ``` $args = array( 'post_type' => 'post', 'posts_per_page' => 10, 'ignore_sticky_posts' => true, 'orderby' => array( 'title' => 'DESC'...

Great, thanks @anekola for sharing your creative solution and all your extensive research. I'm sure it will be helpful to others. (I will keep it open for few weeks)

Thanks for asking @strarsis, it's on the roadmap. What kind of queries do you use mostly?

ps: Version 0.2.0 is just out with support for a custom table

Hi @rossberenson thanks, glad it has helped I'm not sure what EO is doing here with the queries, how does EO work for a single query, i.e. how is that...

Thanks for the info It looks like it's modifying the query through various filters e.g. here https://github.com/stephenharris/Event-Organiser/blob/a48945b05ea90b5ef5c1ac79fbf247965f5a29fc/includes/event-organiser-archives.php#L236 This will probably need some digging to understand what's happening, I will not...

Thanks for the ticket @brainsyke I will try to look at it when I have some more time in the next few days.

Hi @cyperfunk Thanks for sharing those examples. The next/prev functionality works but there are no icons for them. The HTML is: ``` ``` I haven't played around with this, but...