How to INCLUDE one WP-based Website into Another
-
Hi All,
Let’s say I have a WordPress-based website (called wwww.mywebsite.com) and I would like for it to include/pull-in content from another WordPress-based website (called https://www.yourwebsite.com).
How would I achieve this?
I have tried using this following statement, but it does not seem to work:
<? require_once(ABSPATH. ‘https://www.yourwebsite.com/siheader/’); ?>Any help will be greatly appreciated.
Thanks,
Gerard
- The topic ‘How to INCLUDE one WP-based Website into Another’ is closed to new replies.