Michael Beckwith

Results 748 comments of Michael Beckwith

Are you needing this for the Autocomplete integration or the Instantsearch? The first code snippet at this page would be used for Autocomplete with the `algolia_post_shared_attributes` filter https://github.com/WebDevStudios/wp-search-with-algolia/wiki/Custom-Attributes#push-your-visits-count-to-algolia You'd want...

Did you ever make any headway here @yogeshbeniwal

Admittedly, we aim to keep the WP Search with Algolia as agnostic as possible, but that also means that we're taking a less out-of-box approach. This allows for others to...

So I'm definitely seeing the behavior described, but I'm also not seeing any great way, so far, to actually get the generated canonical URL, outside of the value manually saved...

Doing some more testing with this this morning. I'm **DECENTLY** certain that when not using the meta field in the Advanced panel, Algolia is receiving the canonical URL. Based on...

Closing this as we've provided code snippet examples of how to achieve on one's own, but any non-code version of the same effect will be getting added to our [Pro...

@UVLabs the wordpress.org repo is as a standalone plugin that you can use just as if you installed via composer. 2 routes to install and make use of CMB2: 1....

As far as I'm presently aware, shipping CMB2 as part of your own plugin submitted to .org is still permitted. I am willing to be wrong though. I know I...

Not sure your issues are necessarily going to be exclusive to CMB2, to be honest. CMB2 saves the data to the `wp_postmeta` table alongside all the other post meta, so...

@wiliamjk just to confirm, this is also going to be needed for taxonomies, correct?