• stevesujk32

    (@stevesujk32)


    Hello everyone,

    I have a question but not sure if anyone else already asked the similar question before.

    That’s say, I have two WordPress sites. One is the company website (Site A), the other one is the company blog (Site B).

    Is the any way that I can load the blog from Site B to Site A?

    Thanks in advanced,
    Steve

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    There’s a number of ways, depending on what sort of functionality you had in mind.

    If the main site supports oEmbed, just add a blog link to content and a title and excerpt is displayed. The blog content can be referenced inside an iframe. One could use the REST API to get content. The main site could directly query the WP database through PHP mysqli functions, or for that matter get the WP output through file_get_contents() or other scripted HTTP requests.

    You could style the WP site to appear like the main site, and simply link to the WP content as if it were part of the same site. You might consider migrating the WP installation to the main server so everything really is part of the same site.

    Thread Starter stevesujk32

    (@stevesujk32)

    Hi bcworkz,

    Thank you for the update. I will have a look.

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘To have a blog post load into anther site’ is closed to new replies.