• Hi,

    How do I embed an existing blogname.wordpress.com blog into a different WordPress site (webshop)? The blog could be in a separate page as an iframe(?) or something?

    • This topic was modified 2 years, 6 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
Viewing 1 replies (of 1 total)
  • Hi there,

    You could add a new link menu item (Appearance > Menus > Custom Links) and set the link to the blog.

    Or if you would like to do the iframe method, you can create a new page, then add this HTML in the WordPress editor.
    <iframe src="https://blogname.wordpress.com" id="myIframe" scrolling="auto" frameborder="0" style="position: relative; height: 1000px; width: 100%;"></iframe>
    You would just need to adjust the height to your liking.

    Hope this helps
    -Jamie

    • This reply was modified 2 years, 6 months ago by jamiehlake.
Viewing 1 replies (of 1 total)
  • The topic ‘Embedding a blog into WP’ is closed to new replies.