Skip Navigation

[Résolu] Change from posts2posts to toolset

Ce fil est résolu. Voici une description du problème et la solution proposée.

Problem: I would like to import posts from another site. These posts were originally related in M2M relationships using posts2posts, but I would like to import them into Toolset M2M relationships.

Solution:
You can import content using CSV, including post relationships. If custom CSV files aren't possible, we offer a PHP API that can help you programmatically associate existing posts after import.

Relevant Documentation:
https://toolset.com/documentation/user-guides/importing-content-from-csv-with-post-relationships/
https://toolset.com/documentation/user-guides/how-to-import-content-into-wordpress-using-csv/import-content-csv-importer-plugin/
https://toolset.com/documentation/user-guides/how-to-import-content-into-wordpress-using-csv/import-csv-ultimate-csv-importer-plugin/how-to-import-posts-from-csv-files-and-maintain-relationships-when-using-the-csv-importer-plugin/
https://toolset.com/documentation/customizing-sites-using-php/post-relationships-api/#toolset_connect_posts

This support ticket is created Il y a 5 années et 3 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 réponses, has 2 voix.

Last updated by Jo4nny8 Il y a 5 années et 3 mois.

Assisted by: Christian Cox.

Auteur
Publications
#1181629

Tell us what you are trying to do?
Convert existing many to many relationships to toolset
Is there any documentation that you are following?
hidden link

I previously contract you regarding a need to convert an existing many to many relationships to toolset.

The plugin used custom tables as does toolset. Are you able to offer any advise to help me convert around 1000 posts / relationships 🙂

#1181655

Hi, if you're able to export the posts-to-posts data in a custom CSV format, you can import that information into Toolset. We have some information about importing posts and post relationships using CSV files, available here:
https://toolset.com/documentation/user-guides/importing-content-from-csv-with-post-relationships/
https://toolset.com/documentation/user-guides/how-to-import-content-into-wordpress-using-csv/import-content-csv-importer-plugin/
https://toolset.com/documentation/user-guides/how-to-import-content-into-wordpress-using-csv/import-csv-ultimate-csv-importer-plugin/how-to-import-posts-from-csv-files-and-maintain-relationships-when-using-the-csv-importer-plugin/

If you're not able to generate custom CSV files, a custom code solution might be necessary. We have information about programmatically defining Toolset relationships with the Post Relationships API here:
https://toolset.com/documentation/customizing-sites-using-php/post-relationships-api/#toolset_connect_posts

We also have a contractor portal available where you can connect with independent professionals who are knowledgeable about Toolset: https://toolset.com/contractors

#1183538

Thank you for the information.
I was able to export the previous connections via the database.
I then created the new connections in toolset and used the api to programmatically create the connections automatically via php. 880 post connections updated and created within 30 minutes.

Excellent!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.