Mike Hemberger

Results 145 comments of Mike Hemberger

@nickforddesign return how/for what? Right now, this is just for making p2p connections via ajax without refreshing the page.

@nickforddesign I guess i'm not fully understanding either, probably my fault. You can't display/create/update/delete p2p relationships using JS/ajax with the core P2P plugin. That's why I created [restful p2p](https://thestizmedia.com/create-posts-2-posts-connections-wordpress-rest-api/). That...

+1 on a takeover! This plugin is extremely useful/powerful and I'm thankful for the years of work Scribu has into it. There is currently no equal alternative so I'd hate...

Barry is a great dev, but the plugin is much different. It uses CPT's with post_meta for the connections. It also doesn't allow user connections. It's just too different to...

This would be a really cool addition

Way later, but same issue here. @imjjss do you remember how you resolved this?

You'll have to create the connections programmatically https://github.com/scribu/wp-posts-to-posts/wiki/Creating-connections-programmatically

If you want to do it all in ACF, then P2P probably isn't what you need. Stick with ACF https://www.advancedcustomfields.com/resources/bidirectional-relationships/

The only workaround I've thought of is using ACF/CMB2/Piklist/etc to create a select/radio/etc field and manually create the connection programmatically. https://github.com/scribu/wp-posts-to-posts/wiki/Creating-connections-programmatically Would be cool for native support though.

I've been having failing imports on some themes lately and finally tracked it down to this same issue. I can confirm that adding the following fixed it for me. ```...