• Hello,

    I’d like to embed WordPress within my website. In other words, I’d like for my website to be a frame around WordPress. Is this possible? How would I do it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Install wordpress to some folder on your server, then customize and include following code where you want your blog to appear:

    <iframe src="https://www.yourserver.com/wordpress/" width="770px" height="400px"></iframe>

    leasure

    (@leasure)

    Is there any way to do this without frames? Is there a php funtion to call only the wordpress data into a table? I will css it from there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Embedding WordPress within website’ is closed to new replies.