• There are 10 sites about the hotel. The content is different, but there are identical pages – namely the description of hotels with descriptions of services and conditions. It is necessary to make automatic copying of the text from the donor (a site or Google a disk for example). Edit on the donor – automatically edited on all sites. How to implement this?
    automatic placement of text from another site

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You could pull data about the hotel from one site via the REST API and AJAX. Here is a sample from my Github respository: https://github.com/asathoor/wpRESTandJson/blob/master/rest.html

    So you could host the hotel info on one website – and pull the content about the hotel via the REST API on the others.

    Your users should enter the hotel data on a WordPress site in the Dashboard. You don’t have to use the google drive solution.

    • This reply was modified 7 years, 4 months ago by petj.
Viewing 1 replies (of 1 total)
  • The topic ‘Automatic placement of text from another site’ is closed to new replies.