tntc1978
Member
Posted 5 years ago #
I have two different sites with their seperate database.
I would like for content from the one site to appear on the other site, and not just with plugins like Feed to Post or WP-o-Matic because with them I don't get updates from the other blog like a comment for instance.
Is this posible?
Not without a whole lot of custom theme coding, no.
tntc1978
Member
Posted 5 years ago #
That's too bad.
I figured a lot of other people could have interest in this as well, and then figured that there would be a plugin of sorts...
#Otto42, I'm ready to do a whole lot of custom theme coding... ;)
can you give us a hint?
thanks! :)
so far I tried to call the header of the second blog, but I did not succeed,
<?php
require('.second_Site/wp-blog-header.php');
?>
thanks for your help