• Resolved PetrNovak

    (@petrnovak)


    Hi there, I really like your plugin.

    I need to exclude syncing of post content from one website to another. I need just post meta, thumbnail (and publish date, if possible) to by synced.

    What my goal is:
    1. We publish content in several languages, each language has an independent WordPress installation.
    2. The content of each website is the same, but in local language.
    3. Posts meta are the same for all languages.
    4. I need to be able to update all post metas from one installation, but NOT to update the content. (Local translation would be rewritten by master English content.)

    Is it possible to do so? Can I tweak the plugin somehow to make is possible?

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kamlesh Parmar

    (@kp4coder)

    Hi PetrNovak,

    We can’t do that in our plugin. But I can guide you to do that. If you have basic knowledge about PHP then open the below location file.

    sync-post-with-other-site\includes\sps_sync.class.php

    under sps_add_update_post function, you will find the code which insert or update the post. you just need to remove or comment on the code.

    If You can’t then please message me on [email protected] with website information. I will customize this plugin for you.

    Thanks.

    Thread Starter PetrNovak

    (@petrnovak)

    Hi Kamlesh, I tried hard to edit this plugin as you mentioned, but with no lock. ??

    I wrote you an e-mail, huge thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to sync just post meta, NOT content’ is closed to new replies.