Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I embed a WordPress blog into another site?

Tags:

wordpress

iweb

I currently make my website using iWeb. Is there a way that I can embed a WordPress blog into the site? Either through an easy option or through coding?

like image 672
samoz Avatar asked Jan 24 '23 10:01

samoz


2 Answers

It can be done, but not through iWeb. You will need to do it through code (in Wordpress' case, PHP).

Here's a guide for integrating Wordpress with your site, I'm afraid laying out the steps would be far too long an answer for SO.

http://codex.wordpress.org/Integrating_Wordpress_with_Your_Website

like image 179
AlbertoPL Avatar answered Jan 29 '23 08:01

AlbertoPL


I would agree that an iFrame is the easiest way...

However there are some real problems with this method. Wordpress has it's own automatic navigation which visitors will use, taking them to places that may be different than your normal navigation would. Categories and other that cannot be switched off. You can remove these through some tweeking of the css but then you might as well do the php thing.

like image 29
Taswiz Avatar answered Jan 29 '23 07:01

Taswiz