• I use Advanced Custom Fields fairly heavily in WordPress builds and after some testing it appears that URLs and Post IDs do not get converted to their matching URLs or Post IDs on the target site when located in the post meta. ACF stores it’s data in serialized arrays so I understand that there would be some additional work to get these converted on the target site.

    Do you have any plans on making this possible with an add-on, or could you help point me in the right direction to make this happen on my own using a filter or action?

    https://www.ads-software.com/plugins/wpsitesynccontent/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ServerPress

    (@serverpress)

    Hello AJ,

    Yes, we are working on an extension for that.

    Thread Starter AJ

    (@tonyjay)

    Good to hear, I assume there isn’t a set timeline for that to happen yet?

    Is there an easy to use hook to work on something custom in the mean time?

    Plugin Author ServerPress

    (@serverpress)

    Hello AJ,

    >>Good to hear, I assume there isn’t a set timeline for that to happen yet?

    We can notify you when it becomes available. You can visit us at https://serverpress.com/contact and send us your email.

    >>Is there an easy to use hook to work on something custom in the mean time?

    There is a filter called ‘spectrom_sync_api_push_content’ that you can use to modify the post’s data before it’s sent via the API. And another ‘spectrom_sync_push_content’ action that you can use on the Target site to process that data. Those will allow you to modify the data that is being sent and to handle the data on the other end. Let us know if that works for you or if you need any additional information.

    Plugin Author ServerPress

    (@serverpress)

    Hello Aj,

    We’ve recently released WPSiteSync 1.2.2. Besides several enhancements, we’ve also addressed some issues from the previous version. We’d like to invite you to update your copy and let us know if it has fixed the issues you are having by marking this thread as “Resolved”.

    By the way we just released Bulk Actions! You can check it out at https://wpsitesync.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post Meta URL/ID Conversion with Advanced Custom Fields’ is closed to new replies.