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?
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?
Install wordpress to some folder on your server, then customize and include following code where you want your blog to appear:
<iframe src="http://www.yourserver.com/wordpress/" width="770px" height="400px"></iframe>
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.
This topic has been closed to new replies.