I’ve 3 separate websites/installs on the identical server they usually all use the identical database:
- xxxx.com/en
- xxxx.com/de
- xxxx.com/es
I desire a <div>
from a selected website in xxxx.com/en
to look on the opposite websites. For example I’ve <div id="table1">xxxx<div>
on xxxx.com/en/page1
; I would like this to point out on xxxx.com/de/page1
.
I didn’t suppose this is able to be so difficult in WordPress. With plain PHP, it could be simply an embody, however WordPress is a closed system. So, how can I do that?